从Apple Mail到Thunderbird的HTML签名已损坏

时间:2016-01-26 12:41:48

标签: html html-email signature

我有一个特殊问题。

对于我发送的每封电子邮件,我都要附上我的签名。所以我创建了这个(见下文)它的html版本。我有一个Apple邮件申请。当我通过该应用程序将该签名发送到不同的客户端时,除了Thunderbird之外,它还可以。 Thunderbird忽略了字体大小的标签。

但是我发现了这个奇怪的解决方案"。签名在我的Gmail中正确显示。所以我将gmail的输出复制到我的Apple邮件中,然后再次发送。现在它正在各处正确显示。即使在雷鸟。 所以我有这个问题。为什么我的HTML代码对Thunderbird不起作用,但是当我从gmail复制它然后它可以吗?

我的代码如下:

<p style="font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif; font-size:12px; line-height: 18px; margin-top: 0;margin-bottom: 15px;">
    S pozdravem/Kind regardssss
</p>

<p class="name" style="font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif; margin-top: 0;margin-bottom: 0; font-size: 16px; line-height: 22px; color: #3db9d1;">
    Jméno Přijmení
</p>
<p class="position" style="font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif; font-size:12px; line-height: 18px; margin-top: 0;margin-bottom: 0px;">
    Pozice
</p>
<br />
<p style="font-family:Tahoma, 'Lucida Grande CE', lucida, sans-serif; font-size:12px; line-height: 18px; margin-top: 0;margin-bottom: 0;">
    <strong>Nějaká firma, s.r.o.</strong>
</p>
<p style="font-family:Tahoma, 'Lucida Grande CE', lucida, sans-serif; font-size:12px; line-height: 18px; margin-top: 0;margin-bottom: 0;">
    Email: <a class="email" href="#" style="color: #261a40;text-decoration: none;"><span class="email-in" style="color: #261a40;text-decoration: none;">jmeno@nejakafirma.cz</span></span></a>
</p>
<p style="font-family:Tahoma, 'Lucida Grande CE', lucida, sans-serif; font-size:12px; line-height: 18px; margin-top: 0;margin-bottom: 0;" class="mobile-row">
    Mobile: <a class="mobile" href="#" style="color: #261a40;text-decoration: none;"><span class="mobile-in" style="color: #261a40;text-decoration: none;">+420 123 456 789</span></a>
</p>
<p style="font-family:Tahoma, 'Lucida Grande CE', lucida, sans-serif; font-size:12px; line-height: 18px; margin-top: 0;margin-bottom: 0px;">
    Office: <span class="office">Adresa</span>
</p>
<br />
<p style="font-family:Tahoma, 'Lucida Grande CE', lucida, sans-serif; color: #3db9d1; text-decoration: none;margin-top: 0;margin-bottom: 0;font-size:12px;line-height: 18px;">
    <a href="#" style="color: #3db9d1; text-decoration: none;"><span style="color: #3db9d1;text-decoration: none;">Web</span></a>
        <span style="color: #a9a9a9;position:relative;top: -1px;">|</span>
        <a href="#" style="color: #3db9d1; text-decoration: none;"><span style="color: #3db9d1;text-decoration: none;">Facebook</span></a>
        <span style="color: #a9a9a9;position:relative;top: -1px;">|</span>
        <a href="#" style="color: #3db9d1; text-decoration: none;"><span style="color: #3db9d1;text-decoration: none;">Twitter</span></a>
        <span style="color: #a9a9a9;position:relative;top: -1px;">|</span>
        <a href="#" style="color: #3db9d1; text-decoration: none;"><span style="color: #3db9d1;text-decoration: none;">Google+</span></a>
        <span style="color: #a9a9a9;position:relative;top: -1px;">|</span>
        <a href="#" style="color: #3db9d1; text-decoration: none;"><span style="color: #3db9d1;text-decoration: none;">Linkedin</span></a>
</p>
<p style="font-family:Tahoma, 'Lucida Grande CE', lucida, sans-serif; color: #a9a9a9; margin-top: 0; margin-bottom: 0; font-size:12px; line-height: 18px;">
    <a href="#" style="color: #a9a9a9;text-decoration: none;"><span style="color: #a9a9a9;text-decoration: none;">Pobočka Praha</span></a>
        <span>|</span>
        Adresa 75, 110 00&nbsp;&nbsp;Praha 4
</p>
<p style="font-family:Tahoma, 'Lucida Grande CE', lucida, sans-serif; color: #a9a9a9; margin-top: 0; margin-bottom: 0; font-size:12px; line-height: 18px;text-decoration: none;">
    <a href="#" style="color: #a9a9a9;text-decoration: none;"><span style="color:#a9a9a9;text-decoration:none;">Pobočka Brno</span></a>
        <span>|</span>
        Adresa 12, 612 00&nbsp;&nbsp;Brno
</p>
<p style="font-family:Tahoma,Verdana,Segoe,sans-serif;color:#a9a9a9;font-size:12px;line-height:18px;margin:0px;">
    <span style="font-family:Tahoma,Verdana,Segoe,sans-serif;color:#a9a9a9;font-size:12px;line-height:18px;margin:0px;">Nonstop support:</span> <a href="#" style="color:#a9a9a9;text-decoration:none;"><span style="color:#a9a9a9;text-decoration:none;">+420 777 777 777</span></a>
</p>
<p style="display:none;font-size:0;">&nbsp;</p>

0 个答案:

没有答案