Forum Moderators: phranque
This is not hidden text since it's black text against a black background to a human visitor, but the question is, are the search engines smart enough to see this? I want to set my page background to black but put all my text inside a table that has a white background, but I would hate to get into trouble for having hidden text because the search engine couldn't tell the difference.
Fred
body
{
background: #000;
}h1
{
background: #000;
color: #fff;
}
It may or may not look good though and it would probally be obnoxios when you select all. However this may/may not apply to you depending on how you implement it.
The best thing is to always make sure your visitors are happy. :-D