Widget_t
09-29-2006, 08:47 AM
Sorry to bug everyone again, but having fixed my column length by adding background image, my CSS is now not vaild, it says:
Line 26 Context: Body
Parse Error -0, 0, 50, 0
Line 26 Context: Body
Parse Error - Unrecognised
Here is the bit from my code:
body {
background-image:url(../Images/sidebarmain.jpg);
background-repeat: repeat-y; 0 0 50px 0;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
Line 26 Context: Body
Parse Error -0, 0, 50, 0
Line 26 Context: Body
Parse Error - Unrecognised
Here is the bit from my code:
body {
background-image:url(../Images/sidebarmain.jpg);
background-repeat: repeat-y; 0 0 50px 0;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}