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.