Iframes and Zen Cart don't play well together. Incorporate your design into Zen Cart. It'll be much easier.
Iframes and Zen Cart don't play well together. Incorporate your design into Zen Cart. It'll be much easier.
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
When you made your template, did you reset the side boxes?to see what it looks like i added a fake product in a catalog called lens. the link to this is under the logo/header and it's completely white! i want to change the background color to that link and move it to the sidebar instead. how would i do that?
admin > tools >layout boxes controller > reset
This will allow the categories sidebox display
Zen-Venom Get Bitten
ah, i completely gave up. i decided on an easier method.
i installed zen cart again under a different folder to test things out.
http://cafe.milk-drops.com/ecart
i used the default temple (classic) and edit from there
its working a lot better than the old one
onto my new question, the middle column is higher than the two side column. how would i move the side column up?
Looks like a good start on a template.
The effect you mention is due to the sideboxes all having a margin-top. This spaces them down from the previous sidebox, and also spaces the top sideboxes down from the header. If you want the sideboxes up against the header, you could either remove the margin-top on the two sideboxes, or change all sideboxes from margin-top to margin-bottom.
Code:#categories, #search {margin-top: 0;} .leftBoxContainer, .rightBoxContainer { margin-top: 1.5em; <-delete margin-bottom: 1.5em <-add