I have looked at all the background colour threads and thought i did everything right and it wont change the background colour to the image i have specified
help this is what I have
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background: #ffffff url(/images/bg01.jpg);
background-repeat: repeat;
}
Every thread says something different arrgg



