This will remove the gaps: (Old and improved)
Code:
{* $Id: signature.tpl,v 1.8 2003/06/23 11:23:08 svowl Exp $ *}
--
{$lng.eml_signature}
{if $config.Company.company_phone}{$config.Company.company_name}
{$lng.lbl_phone}: {$config.Company.company_phone}{/if}
{$lng.lbl_email}: {$config.Company.orders_department}
{$lng.lbl_url}: {$config.Company.company_website}
AND
html/signature.tpl
Code:
{* $Id: signature.tpl,v 1.1 2003/09/16 12:22:03 svowl Exp $ *}
<hr size=1 noshade>
{$lng.eml_signature}
<font size=2>
{$config.Company.company_name}
{if $config.Company.company_phone}
{$lng.lbl_phone}: {$config.Company.company_phone}{/if}
{if $config.Company.company_fax}
{$lng.lbl_fax}: {$config.Company.company_fax}{/if}
{$lng.lbl_email}: {$config.Company.orders_department}
{$lng.lbl_url}:
{$config.Company.company_website}
</font></p>