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?
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?