Quote Originally Posted by gjh42 View Post
Attach it to .centerColumn in your stylesheet:
/includes/templates/your_template/css/stylesheet.css
PHP Code:
.centerColumn {
     
background-imageurl(../images/your_image.gif);
     
Background-positiontop center//or whatever
     
background-repeatno-repeat;
     } 
This is the whole space between the sidebars and below the breadcrumbs, for all pages.
Hello, I followed all this and now I have my background image but got a couple of problems:
here is the link of my test site http://marcap.info/lozza/zen-cart/

The main page but if u click on "red wines "or even "white whites" u can see that the image is cutted at the end. I got the same problem in others pages but I found out that it depends of how long is the page and in a way por another I can fix that.
The problem come out even bigger with IE, FF at least is showing me a bigger background image.
How can I fix it? I am stuck with that !!!
Thank you
Mario