Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

css validating

Status
Not open for further replies.
Joined
Jul 20, 2008
Posts
184
Reaction score
4
hello just thought i`d validate one of my sites and have done the html (took a while)

and now need to do the css but have got 12 errors all exactly the same...

heres one example.

3 body Value Error : background Parse Error [empty string]

heres the snippet :

1 body

2 {
3 background : url(images/bg.jpg) repeat-x #e4e9ec top; (this is wrong line)
4 padding:0;
5 font-family:Arial, Helvetica, sans-serif;
6 font-size:11px;
7 margin:0px auto auto auto;
8 color:#000;
9 }

Can anybody recify this or point me in the right direction so i can fix the rest please?
 
Cheers guys thanks for your very helpful advice, my site is now fully validated :D
 
Status
Not open for further replies.
Top Bottom