View Full Version : my text won't change color


n3v3rmind
06-17-2003, 01:18 AM
here's my page: http://www.geocities.com/n3v3rmind@sbcglobal.net/nopain.html (copy & paste url)

I've been trying to change the text "blah blah blah..." to a certain font color, but it just stays the color black. What did I do wrong with my coding?

thanks in advance.

Alcy
06-17-2003, 01:35 AM
td, table
{
background-color: #000000;
letter-spacing: 3pt;
font-weight: normal;
font-size: medium;
font-color: #00FFFF;
}

^ add that to your stylesheet. There's nothing wrong with your coding... it's just that when you use tables, you have to add them to your css :).