Hi again,
I just tested it on my local, un-modified copy of ZC v1.3.8a, using this code in includes/templates/classic/css/stylesheet.css, and it worked.
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 70%;
color: #000000;
background-color: #e5edf5;
background-image: url(../images/donut.jpg);
background-repeat: repeat;
}
The image file, in this case, is in...
includes/templates/classic/images/
In your real site, it would be in your custom template folder's images folder instead, of course.
Rob