I trying to color in my table but I can seem to get a certain area colored in white to match the background. if someone could help me out. (its the space between the tables.
I dont know how to enter a class within td area that looks like this?
<td></td>
http://www.michaelmoskva.com/table/table.htm
My Table code:
Code:
{* $Id: pages.tpl,v 1.3.2.1 2005/01/19 06:42:51 max Exp $ *}
{if $printable ne ''}
{include file="customer/home_printable.tpl"}
{else}
{ config_load file="$skin_config" }
<HTML>
<HEAD>
<TITLE>
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}
</TITLE>
{ include file="meta.tpl" }
<LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">
</HEAD>
<BODY leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
{ include file="rectangle_top.tpl" }
{ include file="head.tpl" }
{if $active_modules.SnS_connector}
{include file="modules/SnS_connector/header.tpl"}
{/if}
<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></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=NavDialogBox_></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}