View Single Post
  #8  
Old 09-16-2005, 07:04 PM
 
tracey_ccishop tracey_ccishop is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 55
 

Default

Sorry, meant to add this my last post....javascript:emoticon('')
Rolling Eyes

Following is my code for the table that has the menu information in it from home.tpl. Ive added the height="100%" in the cell that contains the menu, but it doesnt change the length. It works for the right side column but not the left, what am I missing?
Thanks


<TABLE width="760" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD height="100%" width="160" valign="top">
{if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")}
{ include file="customer/categories.tpl" }
{/if}
{include file="help.tpl"}
{include file="auth.tpl"}
</TD>
<TD width="10">[img]{$ImagesDir}/spacer.gif[/img]</TD>
<TD valign="top">
{include file="location.tpl"}
{include file="dialog_message.tpl"}
{if $active_modules.Special_Offers ne ""}
{include file="modules/Special_Offers/customer/new_offers_message.tpl"}
{/if}
{include file="customer/home_main.tpl"}
</TD>
<TD width="5" valign="top" bgcolor="#9900cc" height="100%"></TD>
</TR>
<TR>
<TD colspan="4">
{ include file="poweredby.tpl" }
</TD>
</TR>
</TABLE>
__________________
Thanks,
www.ccishop.com
X-Cart Gold v4.0.14
Reply With Quote