html - Image in Apple mail isn't positioned correctly -
i have rather annoying issue.
i've created signature in html. "created" big word. copied code somewhere. but... issue have on mail signature looks perfect. see picture 1 example.
except on apple mail logo isn't positioned correctly. see picture 2.
how can correct logo positioned correctly no matter mail application use?
signature code:
<div id="display-signature"> <table border="0" cellpadding="0" cellspacing="0" style="background: none; border-width: 0px; border: 0px; margin: 0; padding: 0;"> <tbody> <tr> <td colspan="2" style="padding-bottom: 5px; color: #f4586e; font-size: 18px; font-family: arial, helvetica, sans-serif;">wouter santens</td> </tr> <tr> <td colspan="2" style="color: #797979; font-size: 14px; font-family: arial, helvetica, sans-serif;"> <p><i><strong>online recruitment consultant</strong></i></p> </td> </tr> <tr> <td colspan="2" style="border-width:0px; border:0px; text-decoration: none;"> <p><img alt="" src="http://cdn.teamleader.be/47076/82401_1491489134.jpg" style="width: 200px; height: 55px;" /></p> </td> </tr> <tr> <td style="vertical-align: top; width: 20px; color: #f4586e; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top" width="20">t:</td> <td style="vertical-align: top; color: #797979; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top">+32 15 654 113</td> </tr> <tr> <td style="vertical-align: top; width: 20px; color: #f4586e; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top" width="20">m:</td> <td style="vertical-align: top; color: #797979; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top">+32 468 34 06 76</td> </tr> <tr> <td style="vertical-align: top; width: 20px; color: #f4586e; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top" width="20">a:</td> <td style="vertical-align: top; color: #797979; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top">vlemincxhoevelei 24</td> </tr> <tr> <td style="vertical-align: top; width: 20px; color: #f4586e; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top" width="20"> </td> <td style="vertical-align: top; color: #797979; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top">b-2220 heist-op-den-berg</td> </tr> <tr> <td style="vertical-align: top; width: 20px; color: #f4586e; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top" width="20">w:</td> <td style="vertical-align: top; color: #797979; font-size: 14px; font-family: arial, helvetica, sans-serif;" valign="top"><a href="http://www.ajrecruit.be" style=" color: #1da1db; text-decoration: none; font-weight: normal; font-size: 14px;">www.ajrecruit.be</a> <span style="color: #f4586e;">e: </span><a href="mailto:wsantens@ajrecruit.be" style="color: #1da1db; text-decoration: none; font-weight: normal; font-size: 14px;">wsantens@ajrecruit.be</a></td> </tr> <tr> <td colspan="2"><a href="www.facebook.com/ajrecruit/" style="border-width:0px; border:0px; text-decoration: none;"><img height="25" src="http://cdn2.hubspot.net/hubfs/184235/dev_images/signature_app/facebook_sig.png" style="border: none; width: 25px; max-width: 25px !important; height: 25px; max-height: 25px !important;" width="25" /></a> <a href="twitter.com/ajrecruitbe" style="border-width:0px; border:0px; text-decoration: none;"><img height="25" src="http://cdn2.hubspot.net/hubfs/184235/dev_images/signature_app/twitter_sig.png" style="border: none; width: 25px; max-width: 25px !important; height: 25px; max-height: 25px !important;" width="25" /></a></td> </tr> </tbody> </table> </div>


Comments
Post a Comment