I was wondering how to do that too...I FIGURED IT OUT after 1 hour of working on it...yes I am a n00b. Here is how you make the left side like the right side:
home.tpl
Quote:
<table border=0 width="800" cellpadding=0 cellspacing=0 align="center">
<tr>
<td class=VertMenuBox width=150 valign=top>
{ include file="customer/categories.tpl" }
{if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"}
{ include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
{if $active_modules.Gift_Certificates ne "" or $active_modules.Product_Configurator ne ""}
{include file="customer/special.tpl"}
{/if}
|
Delete the bold section, so your code should look like this:
Quote:
<table border=0 width="800" cellpadding=0 cellspacing=0 align="center">
<tr>
<td width=150 valign=top>
{ include file="customer/categories.tpl" }
{if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"}
{ include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
{if $active_modules.Gift_Certificates ne "" or $active_modules.Product_Configurator ne ""}
{include file="customer/special.tpl"}
{/if}
|
God I actually helped someone else

...this rocks...peace out!!!
Chris