View Single Post
  #1  
Old 06-16-2004, 05:50 PM
 
Taraauto Taraauto is offline
 

Member
  
Join Date: Apr 2004
Posts: 21
 

Default details text showing up weird

https://209.249.204.245/xcart/customer/product.php?productid=15&cat=25&page=1


why is my text moving to the far right like that and not under the product

dialog.tpl
Code:
{* $Id: dialog.tpl,v 1.15 2003/11/14 07:28:30 svowl Exp $ *} <TABLE border=0 cellPadding=0 cellSpacing=0 {$extra}> <TR> <TD height=15 class=DialogTitle valign=bottom>{$title}</TD> </TR> <TR><TD class=DialogBorder><TABLE border=0 cellPadding=10 cellSpacing=1 width="100%"> <TR><TD class=DialogBox>{$content} </TD></TR> </TABLE></TD></TR> </TABLE>


what am I doing wrong here?
Reply With Quote