‘body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#0D0D0D url(images/bg.jpg) repeat-x scroll center top;
color:#FFFFFF;
font-family:Verdana,Arial,Tahoma;
font-size:12px;
margin:0 auto 10px;
padding:0;’
In your style.css, replace the:
background:#0D0D0D url(images/bg.jpg) repeat-x scroll center top;
with:
background:#0D0D0D url(images/bg.jpg) repeat-y scroll center top;
should fix it.
Thread Starter
ellbot
(@ellbot)
This is the file structure of the site, if it helps.
Is it that it is drawing in these higher versions of “index.php”, which have the blank file (that’s shown to the right, using BetterFileEditor)?