Zen Cart Logo

Spacing issue?

Locked

Views: 1,425

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
9 Nov 2006, 11:40 PM
#1
rainedazze avatar

rainedazze

New Zenner

Join Date:
Mar 2005
Posts:
24
Plugin Contributions:
0

Spacing issue?

I am at the point of banging my head on the keyboard here.. lol.

I have added an image to the bottom of the zen template but for some reason there is a space between the template and the image in IE and it shows correctly in FF. I am pretty sure this is a simple fix.. but it is escaping me.

http://www.shopyarnlove.com/index.php?main_page=product_info&cPath=6&products_id=1

I also have another question. My client wants to have the left side buttons placed only on the "Yarn" pages of her site. I have read several things and I gather I need to do this in the tpl_info_header file but how would I go about just having them appear only on the yarn category page as well as the sub cats?

This is this is the page with the sidebar navigation they would like put in place within the zencart in the Yarn category and subcategories:

http://www.shopyarnlove.com/yarn.html

Also.. how do I go about making the page length the same size for each page? I have tried adding height in several places but again.. I don't seem to be able to find the right one.

Thanks so much.. if someone could post links to tutorials that will help me with this.. I would be sooooooooo greatful.

I still have quite a bit of work to do.. just trying to hammer down these issues before moving on to the next.

Thanks for your time!!

9 Nov 2006, 11:57 PM
#2
igd avatar

igd

New Zenner

Join Date:
Nov 2004
Posts:
76
Plugin Contributions:
0

Re: Spacing issue?

your footer is the result of using a table inside an unclosed div element, in ff its collapsing back in on itself, in IE its closing the previous containing element. might be better for you to get rid of the table and just use a div.

your second problem will require you create a custom side box.

10 Nov 2006, 1:49 AM
#3
rainedazze avatar

rainedazze

New Zenner

Join Date:
Mar 2005
Posts:
24
Plugin Contributions:
0

Re: Spacing issue?

ok.. I am not sure if I have this right or not.. but tried it several different ways and the space remains.

<div align="center"> <img src="images/image_scallops.gif" width="727px" height="11px" hspace="0"> <p><font color="a5917a">© Yarn Love 2006. All rights reserved.</p> <p><font color="a5917a">Site Design by <a href="http://www.inkvc.com" target="_blank">Ink</a></font></p> </div>

I'm not real hip on the div tag thing.. so I may have something wrong (where is the paper bag for the head when you need it).

I will look into the custom sidebox as well.. do you have any input on how to get my page length uniform? (display the same on each page)

TIA!!

15 Nov 2006, 2:05 PM
#4
rainedazze avatar

rainedazze

New Zenner

Join Date:
Mar 2005
Posts:
24
Plugin Contributions:
0

Re: Spacing issue?

ok.. i am still stuck on this space thing. :( I have changed to a div rather than a table and the space is still there.

I would very much appreciate some help with this as it is chewing up massive amounts of my time and I just can't seem to figure it out.

TIA.