View Single Post
  #1  
Old 11-17-2005, 08:28 AM
 
mmoskva mmoskva is offline
 

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

Default how to display registration into side by side

I've been trying to display my registration information like 'register_personal_ info.tpl' and my 'register_account.tpl' side by side (across) not verticlly down. can someone hep me out with that; but even when i use my table it wont do it for me.

http://<a href="http://www.michaelmoskva.com/xcart/register.php" target="_blank">http://www.michaelmoskva....gister.php</a>

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