Quote Originally Posted by HeathenMagic View Post
Very sorry. I forgot to check that. Also, I have just updated and the site-bg-red.gif doesn't show up anymore. The stripey graphics on the side. I this turned off by default? I checked, I uploaded it into the relevant folder. I just PM'ed you also.

Cheers
No, it's not turned off by default It'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