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.ph...index&cPath=40
Any help would be greatly appreciated.
Thanks for Zencart, by the way..!
Re: Subcategory Image Layout in Explorer
every one of those images shows like this in your View Source:
HTML Code:
<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 [FONT="Courier New"]<b[/FONT] 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 Code:
<tr></tr><tr></tr><tr></tr><tr><tr></tr><tr></tr><tr></tr><tr></tr>
2. In your footer, you have a stray [FONT="Courier New"]<![/FONT] on the starting of the table-row:
HTML Code:
<! <tr class="footertop">
<td class="footertop" align="center"><a href="http://www.pubsignstore.com">www.PubSignStore.com</a></td>
</tr>
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..