View Full Version : stylesheet not showing


sjb
08-29-2003, 11:50 PM
Hey
im using an external stylesheet and well it is working fine with me and i think with another person tht went to my site to see it cause i needed to know whether or not the layout was alright

n she said everythin was fine but my other friend who went to it said that the font is black so she cant see it over the black background on all the pages without highlighting it but with me i see white font

does anyone know whats wrong?

duckgirl
08-30-2003, 01:29 AM
Well, different browsers do different things... and if you have the <style> tags in your external stylesheet, then some things will show up in some browsers, and others won't. But the solution to that- take the style tags off the beginning and end! And other than that, you'll have to post your code for us to figure out what's going on.

Sheila
08-30-2003, 08:27 AM
Also, Lissa has this on her site:
The problem with CSS is that some properties are supported by both Netscape and IE, some are just supported by IE and some are just supported by Netscape.

sjb
08-30-2003, 04:21 PM
thanks but i think i figured out what the problem was, my site is in tables and on the td part i left it like this

td
{ font-family: value; Verdana
color: #FFFFFF;

</style>

n ended it but i just changed it so that it would be like this


td
{ font-family: value; Verdana
color: #FFFFFF; }

</style>

i closed it but i still got to ask my friend to check if it works fine