First of all, before I get to ahead of myself... is there a way to intergrate zencart into my existing website without having to rebuild it like I'm currently doing? (This would save me a tone of work)
www.ibeadcanada.com
For example, if you click on beads...could I just add zc into the existing html page.
Number 2:
I've searched high and low for the answer and can't find anything. I'm trying to add a gradient to the main wrapper, but when the page gets longer, I get a space between the header and body?!?
www.ibeadcanada.com/shop look under "shipping info" to see what I mean.
Here's what I have in CSS
/*wrappers - page or section containers*/
#mainWrapper {
background-repeat: repeat-x;
width: 957px;
border: 0px solid #9a9a9a;
background-image: url(../images/left_blue.jpg);
background-position: 0px;
background-color: #ABE4FF;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:212px;
}
Any and all help would be greatly appreciated.
THANK YOU,
Stephan





