No, it's not turned off by defaultIt's user error.
![]()
There are two reasons why site-bg-red.gif isn't working first of all, site-bg-red.gif is still in the red section, and the red section is commented out. So copy:
body {
background:url(../images/site-bg-red.gif) 0 9em repeat-x;
}
and replace this section with it:
body {
background:url('../images/site-bg.gif') repeat-x 0 9em;
}
Then, it still won't work, because you are missing a closing div. Open up includes/templates/apple_zen/common/tpl_header.php and add back a closing div (</div) right before:
<div class="clearBoth"></div>
<!--eof-branding display-->
Also, is that a downloadable mod that you used for the "we accept" sidebox? It has a lot of validation errors if you validate your site with an HTML validator:
http://validator.w3.org/check?verbos...gifts.co.uk%2F
Bookmarks