W3C CSS Validator

liunx

Guest
Hi.

I'm checking out a CSS page that I made and I got this message:
Valid CSS information
Body {
font-family : Arial;
background : #a6a6a6;
}

So I changed my code to the code above but I keep getting this message. why's that?because it's valid - i.e. correct?If you get the message you're getting (Valid CSS information...) you're not supposed to change anything (because the CSS you wrote is valid) - simple as that!!You need to specify a generic font family: <!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/fonts.html#generic-font-families">http://www.w3.org/TR/REC-CSS2/fonts.htm ... t-families</a><!-- m -->
 
Back
Top