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>