View Single Post
  #3  
Old 11-17-2005, 10:39 AM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default

I adjusted the table from width="77%" to width="10" and the cell width="20"; it crunched everything together tight but the tables did'n adjust horizontally?

Code:
<TABLE border="0" width="10" cellpadding="0" cellspacing="0" class="WhiteBgsignin"> <TR> <TD height="50" width="20">{include file="main/register_personal_info.tpl" userinfo=$userinfo}</TD> <TD height="50" width="20">{include file="main/register_account.tpl" userinfo=$userinfo}</TD> </TR> <TR> <TD height="50" width="20">{include file="main/register_billing_address.tpl" userinfo=$userinfo}</TD> </TR> <TR> <TD height="50" width="20">{include file="main/register_shipping_address.tpl" userinfo=$userinfo}</TD> </TR> </TABLE>
__________________
x-cart 4.0.16v
linux server
Reply With Quote