idiotjohn
11-29-2006, 07:34 PM
I am wonderiong. how I can make all the text on my site red by using an external stylesheet?
Thanks in advance,
idiotjohn
Thanks in advance,
idiotjohn
|
View Full Version : How do I make all the text on my site red using CSS? idiotjohn 11-29-2006, 07:34 PM I am wonderiong. how I can make all the text on my site red by using an external stylesheet? Thanks in advance, idiotjohn bourdelson 11-29-2006, 07:43 PM body { color:#ff0000; } Place that in your external style sheet, and all of the text will be red. :) Arwen 11-29-2006, 08:28 PM Also, check out Lissa's CSS section (http://www.lissaexplains.com/css.shtml). :) Computer_Girl13 12-02-2006, 01:23 AM body { color:#ff0000; } Place that in your external style sheet, and all of the text will be red. :) Instead of using the hex code #ff0000, red is one of the ones you can just put its name for - red |