| View previous topic :: View next topic |
| Author |
Message |
cptgroup Not too shy to talk
Joined: 22 Oct 2008 Posts: 6 Location: Redhill
|
| Posted: Thu Oct 23, 2008 8:26 am Post subject: Removing leading 0 zero |
|
|
We current'y store all telephone numbers in a domestic format i.e. 020 1234 56789
Our current email signatures have international format +44 (0) 20...
Is it possible to add formatting to remove the leading zero from the field? Please can you recomend a method be it in eMailSignature or in the db.
Thanks
Last edited by cptgroup on Thu Oct 23, 2008 8:59 am; edited 1 time in total |
|
| Back to top |
|
 |
Dave Culley Certified Professional


Joined: 02 May 2007 Posts: 78 Location: London
|
| Posted: Thu Oct 23, 2008 8:58 am Post subject: |
|
|
Hi,
This will be possible using some clever HTML code, however I am not a designer so cannot be more specific I'm afraid.
Maybe some of my collegues may be able to assist you with this?
Thanks |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Thu Oct 23, 2008 11:01 am Post subject: |
|
|
This can be done using Active Directory data source:
020 1234 56789 -> +44 020 1234 56789.
This can be done using SQL view:
020 1234 56789 -> +44 (0) 20 1234 56789.
Sign.exe is designed not to manipulate the data source formatting, in order to meet most clients needs.
If you use Active Directory as your as data source, you will have to export to SQL DB and design a view with the correct formatting.
Make sense? _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
|