Click to See Complete Forum and Search --> : Text color


soccer362001
09-01-2003, 05:31 PM
How would I do the text color?

xataku_nakusute
09-01-2003, 08:20 PM
uhhh...this sounds like a thread continuation or something...but anyway

in css, text-color is

color: #ff00ff;

btw, SOCCER RULES!!! NEWCASTLE UNITED ALL THE WAY!!!!!

soccer362001
09-01-2003, 08:28 PM
Thanks a lot.

Josh
09-02-2003, 07:21 PM
Lets not forget Red, Green, and Blue values...

div {
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}