View Single Post
  #6  
Old 04-29-2008, 06:01 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Removing Spaces Under/In Head

Quote:
Originally Posted by tamicampos
Hello,

My URL is www.kookoomonkey.com (it's not too pretty but I am a newbie!!) You can see that there is still a small space between the left menu and the header. How do I get rid of that?

Thanks so much.

Problems with tags <br />.
Edit files skin1/customer/home.tpl.
Delete tags "<br />" after lines:

PHP Code:
<table width="100%" cellpadding="0" cellspacing="0">
<
tr

and before:
PHP Code:
{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include 
file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if} 
PS. Or move up this code in the first place after (<td class="VertMenuLeftColumn">) in tpl file.
Reply With Quote