Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Strange Table behavior


ProphetLA

Recommended Posts

Posted

Hello,

 

I really hope someone can help on this. I am so far totaly lost.

 

The situation is that I created a new shop based on MS2.2. I havent made any changes deeper than the HTML layout. I just started with two info boxes on the left side. Catagories and Information. Everything seems good so far. Now I add for example the language box, and my whole tables are messed up. I compared the two HTML outputs and found just one difference :

 

Good :

<!-- information //-->

[....] 

 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
</table>
</td>
 </tr>
</table>
           </td>
         </tr>
<!-- information_eof //-->

 

Bad:

<!-- information //-->

[....] 

 </tr>
 <tr>
   <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
</table>
</td>
 </tr>
</            </td>     !!!!!!!!!!!!!!!!!!!!!!!!That's the problem
         </tr>
<!-- information_eof //-->

 

 

I dont know what happens there. I think more and more that my Apache PHP cannot parse the code fast enough.

 

I'd appreciate any idea to troubleshoot this error.

 

Thanks a lot ,

Bjoern

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...