Thread
:
Please help Web Ceo says same text color as background
View Single Post
#
4
(
permalink
)
10-29-2006, 05:50 AM
weegillis
Moderator
Join Date: Oct 2003
Location: Alberta, Canada
Posts: 881
He already has it in the body. What might be happening is the color at the time background is set is actually black (the system color). Try declaring the foreground
before
the background in the body:
Code:
body{color:white;background:black}
weegillis
View Public Profile
Send a private message to weegillis
Find all posts by weegillis