There seems to be something stopping me changing the background from a color to an image. Here's what I'm doing:
> Changing the template.css file
> Changing this:
body { background:line-height:1.7; background:#f4f2ef; }
to:
body { background-image:url('..images/bg_test.png'); }
> Checking in Firebug and in the preview version of the site and just getting clear backgrounds
> Image does definitely exist on my servers
Any ideas?