I am a complete noob. I am helping my friend with his website which until now has been entirely very basic html editing. Neither of us has ever done anything with PHP or CSS except that which is automatically generated for us by programs such as dreamweaver. I've been trying to pick it up as I'm going along.
I was trying to follow the instructions in the zen-cart.com wiki for creating a new store template... all seemed to be going well, i created a new as yet unmodified template - first thing I noticed is that all the colours changed and the logo.gif and header_bg.jpg vanished.
I worked out where I could edit all the colours in the includes/templates/MY_TEMPLATE/css/stylesheet.css and got my custom logo.gif to appear in the header... but for the life of me, I cannot work out how, where or what to modify in order to get the background image header_bg.jpg to show up in my template. I have a background I made which I would like to display behind the logo in the same way that the classic template Zen-Cart logo does.
Do I need to add something like...
TABLE.header {
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
border-right: 1px solid #9a9a9a;
border-left: 1px solid #9a9a9a;
border-bottom: 1px solid #9a9a9a;
...into my stylesheet.css file in my template's css directory? I tried pasting this into my template's stylesheet.css file but it made no difference - maybe I didn't put it into the correct place in the file??? The url path in the example above is correct for my custom header_bg.jpg - I have uploaded my image to /MY_TEMPLATE/images/ directory
Where have I gone wrong?
Please don't kill me.



