- From: Jette Nielsen <jette-nielsen@get2net.dk>
- Date: Sat, 4 Nov 2000 17:28:40 +0100
- To: "W3C Validator" <www-validator@w3.org>
I've written this in my CSS document:
BODY {
background-color:#FFFFFF;
background:none;
font-family:'Arial', sans-serif;
margin-left:10Px;
}
But when I validate it, it says (under "Your validated Cascading Style Sheet
:"), that i've written this:
BODY {
font-family : 'Arial', sans-serif;
background : none repeat;
margin-left : 10px;
}
Why can't the validator read my stylesheet correct?
Any suggestions are welcome :-)
Regards
Jette
Received on Saturday, 4 November 2000 11:22:46 UTC