View Single Post
  #2  
Old 01-09-2005, 06:38 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

In home.tpl, remove the two instances of this line of code to get rid of the margins:

Code:
<TD width="6"></TD>

The space between categories and bestsellers is due to a
between the two. Look for this code in home.tpl and remove the break:

Code:
{ 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}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote