| View previous topic :: View next topic |
| Author |
Message |
gorostizaj Quite a regular
Joined: 11 Apr 2008 Posts: 11 Location: USA
|
| Posted: Mon Sep 29, 2008 7:58 pm Post subject: Extra spaces in AD Address field removed in signatures |
|
|
Hello,
We have an office that would like to have 3 spaces in between two words in the street address field. eMailSignature is removing these spaces when the signature is created. How can we keep the 3 extra spaces in the address? Thank you
 |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Tue Sep 30, 2008 7:06 am Post subject: Extra spaces in AD Address field removed in signatures |
|
|
Hi,
What you experience is standard HTML behavior.
Try and open this HTML in your browser, and you will see that only one space show:
| Code: | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Company</title>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
</head>
<body>
<font face="Arial, Helvetica, Geneva, Sans-Serif" color=#122f56 size=1>2450 Colorado Avenue Suite 400 East</font>
</body>
</html> |
WORKAROUND
Add ' ' (space tag in HTML):
| Code: | | 2450 Colorado Avenue Suite 400 East |
Will not work for RTF and Plain Text formats, so create a special Reply/Forward template without the 'Address' field. _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
boonea@gtlaw.com Not too shy to talk
Joined: 19 Jun 2008 Posts: 6 Location: Boston, USA
|
| Posted: Mon Oct 13, 2008 5:08 pm Post subject: |
|
|
| Bjarne is working with us on a fix for this to allow spaces in AD to be seen in signatures. |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Tue Oct 14, 2008 11:29 am Post subject: |
|
|
This feature will be included in version 5.3 released soon. _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
|