renix Posted August 12, 2005 Posted August 12, 2005 I have a problem that I can't believe I can't fix myself, but after 3 hours of fruitless effort, it's time to ask for some help. Background: I took the original version of oscommerce and removed the right rail. After removal, i have the three default categories - Hardware, Software, DVD. When I select Hardware, the page looks correct. When I select Software or DVD, the right column blows out. In viewing the source, there is a table tag that isn't being closed when I select Software or DVD. Here's an example from the source for the page: <td class="boxText"><a href="http://localhost/catalog/shipping.php?osCsid=ec8cdcbabbce1bfbb5fe3df3d8a1d433">Shipping & Returns</a><br><a href="http://localhost/catalog/privacy.php?osCsid=ec8cdcbabbce1bfbb5fe3df3d8a1d433">Privacy Notice</a><br><a href="http://localhost/catalog/conditions.php?osCsid=ec8cdcbabbce1bfbb5fe3df3d8a1d433">Conditions of Use</a><br><a href="http://localhost/catalog/contact_us.php?osCsid=ec8cdcbabbce1bfbb5fe3df3d8a1d433">Contact Us</a></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </ </td> </tr> Notice the "</" three lines from the end. That's supposed to be a </table>, but for the life of me, I can't figure out how it's generated. It appears as </table> when I select Hardware from the Category list, but not when I select Software or DVD. This one's driving me nuts. Would appreciate any comments that might point me in the right direction. Thanks, Mike
Recommended Posts
Archived
This topic is now archived and is closed to further replies.