Quote:
Originally Posted by pinklinoleum
>>>why is the table in the home.tpl that holds {include file="customer/home_main.tpl"} not sizing itself to the 100% width property for all the min contents?<<<
Code:
<TD border="0" valign="top">
<!-- central space --><table width=100% border="1" valign="top"><tr><td valign="top">
{include file="customer/home_main.tpl"}</td></tr></table>
</td>
|
remove the table inside,...change the code up top to:
Code:
<TD border="0" valign="top">
{include file="customer/home_main.tpl"}
</td>