View Single Post
  #6  
Old 01-18-2005, 08:05 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

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>
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote