View Single Post
  #21  
Old 09-28-2006, 06:08 AM
  mcitde's Avatar 
mcitde mcitde is offline
 

Advanced Member
  
Join Date: Apr 2006
Posts: 61
 

Default Re: My fast lane checkout (checkout visual steps)

I just noticed that you are missing some </td> And these <td width="33%" valign="top"></td> should be like this--> <td width="33%" valign="top">&nbsp;</td> otherwise the browser will ignore them.
Quote:
Originally Posted by holddigga
<tr>
<td width="33%" valign="top"><div align="right"><img src="{$ImagesDir}/cart_full_r.gif"></div></td>
<td width="33%" valign="top"> <-- missing end tag
<td width="33%" valign="top"> <-- missing end tag
</tr>
<tr>
__________________
v 4.1.8 and v 4.1.9
WIN XP: Apache 2.2.4, PHP 5.2.3, MySQL 5.0.45
UNIX: Apache 1.3, PHP 4.4.4, MySQL 5.0.22
Reply With Quote