View Single Post
  #3 (permalink)  
Old 10-27-2006, 01:31 PM
wsmeyer wsmeyer is offline
WebProWorld Pro
 
Join Date: Feb 2005
Location: United States
Posts: 113
wsmeyer RepRank 0
Default

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.
Reply With Quote