Re: valid code question

> I've just started teaching myself CSS, so I used your validator to
> check a simple stylesheet I created. The validator gave me the
> following warnings (there are no line numbers -- sorry!, but each
> warning corresponds in order to the declarations that follow):
> 
> Line : 2 Level : 1 You have no color with your background-color : body
> Line : 13 Level : 1 You have no background-color with your color : a
> Line : 16 Level : 1 You have no background-color with your color :
a:visited
> Line : 19 Level : 1 You have no background-color with your color :
a:active
> Line : 23 Level : 1 You have no background-color with your color : h6
> Line : 27 Level : 1 You have no background-color with your color : p

have a look at:
http://www.websitedev.de/css/validator-faq
"Why does the validator complain You have no background-color with your
color?"

Philippe

Received on Monday, 25 March 2002 18:15:50 UTC