View Full Version : Confused with a stupid question:


Tainted
01-20-2003, 01:19 PM
Alright, I have a stupid question. [lol] I don't know why the page is acting up like this...but for some reason, I can't get the background color to show up on the page.

http://www.geocities.com/psychotoddywoddy/tremourindex.html
[Remember, geocities does not allow direct linking...you'll have to copy the address and paste it into your address bar ]

If you view source, it clearly states that the bgcolor="#464646" , yet, the background is still white. Perhaps I haven't done this in awhile but....what's wrong? Why isn't the background colour showing up grey?

--Tainted--

pb&j
01-20-2003, 01:26 PM
Part 1.
Delete this part ...
<BODY bgcolor="#464646"><BODY topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0">

And replace it with this...
<BODY topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">

Part 2.
Take this...
body {background:#FFFFFF; color:#006699;}

And replace it with this...
body {background:#464646; color:#006699;}

Tainted
01-20-2003, 01:53 PM
Done, thanks :)