Goober
01-20-2004, 04:32 AM
How do I set a font color using CSS? So far the only thing that has worked for me is puting a different font attribute like font size in a selector and then puting color: #FFFFFF after it. Here is an example of this:
.CSS_CLASS {Font-Size: 13px; Color: #FFFFFF}
I tried using {Font-Color: #FFFFFF} but it didn't work. Is there code similar to "Font-Color" so I don't have to Use something like "Font-Size" before I declare the font color?
Thanks,
Goober
.CSS_CLASS {Font-Size: 13px; Color: #FFFFFF}
I tried using {Font-Color: #FFFFFF} but it didn't work. Is there code similar to "Font-Color" so I don't have to Use something like "Font-Size" before I declare the font color?
Thanks,
Goober