So first of all, let me start by saying that I am brand new to Zen Cart and know very little about page coding.
I was looking in the Tutorial section for information on how to change header image and it provides a code to add in the STYLESHEETS.CSS file:
#logoWrapper {
width:760px;
height:110px;
background-image:url(../images/your_header_image.???);
background-repeat:no-repeat;
}
My question is, if I have the image in my Images folder on the server, do I need to copy the entire URL address?? OR just follow exactly the code above and just change the image name?
Any help is greatly appreciated.



