Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1925 Location: Stoevring, Denmark
|
| Posted: Thu Sep 24, 2009 12:36 pm Post subject: |
|
|
Do you expect many of your contacts to use the Mobile Me client?
I would simply ignore rendering problems on this client. If many of your contacts use this mobile email client, you can try without using table for your design.
You will then have to edit your images to get the line spacing you requested - or accept the line break '<br>' spacing as acceptable. This is the reason why I designed your email signature using a table.
Re. the link color. Try and edit your HTML to force no style on links:
| Code: | ====== Find ========
<td width="360"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" style="FONT-SIZE: 8pt">
WWW.VISCOSITY.CO.NZ<br>
FACEBOOK.COM/VISCOSITYWINES</font></td>
====== Replace with ==========
<td width="360">
<a href="http://www.viscosity.co.nz" style="text-decoration: none;"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" style="FONT-SIZE: 8pt">WWW.VISCOSITY.CO.NZ</font></a><br>
<a href="http://www.facebook.com/viscositywines" style="text-decoration: none;"><font face="Arial, Helvetica, Geneva, Sans-Serif" color="#000000" style="FONT-SIZE: 8pt">FACEBOOK.COM/VISCOSITYWINES</font></td> |
_________________ </Jesper> | Manage Email Signatures from your Desktop | Test Email Signature in All In-boxes | Email Signature Showcase |
|