Zen Cart Logo
Forums / Basic Configuration / Subcategory Image Layout in Explorer

Subcategory Image Layout in Explorer

Locked

Views: 1,591

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 Aug 2006, 9:59 PM
#1
dietcokelemon avatar

dietcokelemon

New Zenner

Join Date:
Jul 2006
Posts:
12
Plugin Contributions:
0

Subcategory Image Layout in Explorer

Hi -

I have a problem I can't seem to remedy, no matter how much I search the forums here. When you click on a category with subcategories, the resulting page with subcategory images displays properly in Firefox (3 images across) but not in IE (images and text scattered over each other). Here is an example:

http://www.pubsignstore.com/index.php?main_page=index&cPath=40

Any help would be greatly appreciated.

Thanks for Zencart, by the way..!

4 Aug 2006, 12:04 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Subcategory Image Layout in Explorer

every one of those images shows like this in your View Source:```html
<b<td align="center" class="smallText" width="33" valign="top"><a href="http://www.pubsignstore.com/index.php?main_page=index&cPath=40_72&zenid=35f4312630c13272ad09435d531043a9"><img src="images/airplane.gif" border="0" alt="Airplanes" title=" Airplanes " width="102.040816327" height="80" /></a><br /><a href="http://www.pubsignstore.com/index.php?main_page=index&cPath=40_72&zenid=35f4312630c13272ad09435d531043a9">Airplanes</a><span class="category-subheadings"></span></td>

note the **<b** at the start of each one.  
Remove that and it displays fine.

I noticed two other oddities you might want to fix, which are unrelated:

1. between each row of pictures, you have this:```html
<tr></tr><tr></tr><tr></tr><tr><tr></tr><tr></tr><tr></tr><tr></tr>
  1. In your footer, you have a stray <! on the starting of the table-row:```html
    <! <tr class="footertop">
    <td class="footertop" align="center"><a href="http://www.pubsignstore.com">www.PubSignStore.com</a></td> </tr>
4 Aug 2006, 12:21 AM
#3
dietcokelemon avatar

dietcokelemon

New Zenner

Join Date:
Jul 2006
Posts:
12
Plugin Contributions:
0

Re: Subcategory Image Layout in Explorer

Thank you thank you thank you! Much appreciated. Now if I could just get IE6 to center it properly..