Now, I cant seem to get the bottom under the left table a white color.
Can you take a look at my code for the table and help me out.
White background class in my css called .WhiteBgsignin
Image of problem:
http://<a href="http://www.michaelmoskva.com/table/table.htm" target="_blank">http://www.michaelmoskva.com.../table.htm</a>
My code for the table
To me it look like the area under this code but i dont know?:
<tr> <td class=NavDialogBox_ width="50%">{ include file="auth_customer.tpl" }</td> </tr>
Code:
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0" class="WhiteBgsignin">
<TR><TD colspan=3 class=HeadText>{$lng.txt_sign_in}</td></TR>
<TR><TD colspan=3 height=15></td></TR>
<TR>
<td></td>
<td width="100%">
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td> <TABLE border="0" width="100%" cellpadding="1" cellspacing="1">
<tr>
<td class=big_text>{$lng.lbl_sign_in}</td>
<td class=WhiteBgsignin></td>
<td class=big_text>{$lng.lbl_register_now}</td>
</tr>
<tr>
<td class=NavDialogBox_ width="50%" valign=top>
{if $smarty.get.er eq "login_incorrect"}{$lng.err_login_incorrect}
{/if}
<TABLE border="0" width="100%" cellpadding="1" cellspacing="1" align="center" class=HightLightRow>
<tr> <td class=NavDialogBox_ width="50%">{ include file="auth_customer.tpl" }</td> </tr>
</TABLE>
</td>
<td class=WhiteBgsignin></td>
<td class=NavDialogBox_ width="50%" valign=top>
<TABLE border="0" width="100%" cellpadding="1" cellspacing="1" align="center" class=HightLightRow>
<tr>
<td class=NavDialogBox_ width="50%">
<TABLE border="0" width="100%" cellpadding="7" cellspacing="7" align="center">
<tr><td>
<font class=SubHeader2>{$lng.lbl_registration_simple}</font>
<font class="register_top"><u>{$lng.lbl_click_here}</u></font>
<font class=SubHeader2>{$lng.lbl_benefit_registration}</font>
</td></tr></table>
</td>
</tr>
</TABLE>
</td>
</tr>
</TABLE>
</td>
</tr>
</table>
</td>
<td></td>
</TR>
</TABLE>
</TD>
{ include file="rectangle_bottom.tpl" }
</BODY>
</HTML>
{/if}
[/b]