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>