View Single Post
  #5 (permalink)  
Old 10-30-2006, 02:54 PM
illbeatz illbeatz is offline
WebProWorld New Member
 
Join Date: Sep 2006
Posts: 11
illbeatz RepRank 0
Default

Quote:
Originally Posted by wsmeyer
It is just one programs opinion :) but I too would be concerned that the SE's would come to the same (incorrect) opinion.

What does the program say if you make the default text color white by adding it to the body:

Code:
body {
background-color: #000000;
color: #FFFFFF;
}

...then of course any place you actually wanted the text black you would need to change it in the individual class.

William.

ya , i have tried that and it still says the same thing
Reply With Quote