Forum Moderators: open

Message Too Old, No Replies

Making my text white on every page

         

TxRedskins44

9:52 pm on Mar 17, 2005 (gmt 0)

10+ Year Member



I am having a problem with my text code. I want the text to be white on every page. Here is a link to my site

<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>

Any help would be nice.

Thanks

[edited by: tedster at 11:22 pm (utc) on Mar. 17, 2005]

appleg5ive

7:38 am on Mar 18, 2005 (gmt 0)

10+ Year Member



how about an external stylesheet?

make a new file called site.css and include in it

BODY{
color: white;
}

and inside the <HEAD> tags of your .htm pages, incle <LINK rel-"stylesheet" type="text/css" href="site.css">

THat could be wrong, I did it off the top of my head.

That what you were lookin for?

TxRedskins44

1:02 pm on Mar 18, 2005 (gmt 0)

10+ Year Member



Yes Thank you for your help!