电子邮件html签名不适用于Apple邮件

时间:2015-09-02 20:43:30

标签: html html-email

拥有以下用于Apple邮件的html签名代码:

<meta charset="utf-8">
<table border="0" width="530" cellpadding="0" cellspacing="0">
        <tr>
            <td valign="top" width="250"><img src="http://www.sechseläuten-ball.ch/mail/SB_logo_mail.jpg" width="230" height="190" alt="Sechseläuten-Ball"></td>
            <td valign="bottom" width="280" style="color:#8d8d8d; font-family: Arial, Sans-Serif; font-size:16px;padding-bottom: 10px;"><strong>Ball Comit&eacute; Sechsel&auml;utenball 2016</strong><br><br>Zunft zur Meisen<br><a href="mailto:comite@sechsel&auml;uten-ball.ch" style="text-decoration:none; color:#8d8d8d;">comite@sechsel&auml;uten-ball.ch</a><br><a href="http://www.sechseläuten-ball.ch" style="text-decoration:none; color:#8d8d8d;">www.sechsel&auml;uten-ball.ch</a></td>
         </tr>
</table>

如果我复制&amp;粘贴到苹果邮件签名它看起来都很好,图片留给http://www.sechseläuten-ball.ch/mail/sb_signatur.html

这样的文字

但保存后文字正在图像下方移动。有谁知道为什么?

感谢您的帮助

最好的问候 托马斯

1 个答案:

答案 0 :(得分:0)

试试这个:

<table border="0" width="530" cellpadding="0" cellspacing="0">
        <tr>
            <td valign="top"><img src="http://www.sechseläuten-ball.ch/mail/SB_logo_mail.jpg" width="230" height="190" alt="Sechseläuten-Ball"></td>
            <td valign="bottom" style="color:#8d8d8d; font-family: Arial, Sans-Serif; font-size:16px;padding-bottom: 10px;"><strong>Ball Comit&eacute; Sechsel&auml;utenball 2016</strong><br><br>Zunft zur Meisen<br><a href="mailto:comite@sechsel&auml;uten-ball.ch" style="text-decoration:none; color:#8d8d8d;">comite@sechsel&auml;uten-ball.ch</a><br><a href="http://www.sechseläuten-ball.ch" style="text-decoration:none; color:#8d8d8d;">www.sechsel&auml;uten-ball.ch</a></td>
         </tr>
</table>