我编写了一些小的 HTML 代码用作 Thunderbird 中的签名。显示完美,Thunderbird 收到的电子邮件可以正常工作。但是,当在 Outlook 中收到我的电子邮件时,缺少颜色信息。
这是我的 HTML 代码(替换了名称和识别信息)
<html>
<div class="Section1">
<p><b><span style="font-size: 10pt;
font-family:Arial,sans-serif; color: rgb(35, 53,
64);padding-left: 10px;">
<!-- NAME -->
First </span>
<span style="font-size: 10pt;
font-family:Arial,sans-serif; color: rgb(223, 93,
39);"> Last <br>
</span></b>
<span style="font-size: 9pt; font-family:
Arial,sans-serif; color: rgb(35, 53, 64);padding-left:
10px;">
<!-- Job Title -->
Mobile App Developer
<br>
</span>
<!--COMPANY NAME--> <b><span style="font-size: 11pt;
font-family: Arial,sans-serif; color: rgb(223, 93,
39);padding-left: 10px;">Company</span></b><b><span
style="font-size: 11pt; font-family: Arial,sans-serif;
color: rgb(35, 53, 64);">Name ®</span></b></p>
<p>
</span> <span style="font-size: 9pt; font-family:
Arial,sans-serif; color: rgb(35, 53, 64);padding-left:
10px;"><a class="moz-txt-link-abbreviated"
href="mailto:email@email.com" style="color: rgb(35,
53, 64);text-decoration:none;">
<!--EMAIL ADDRESS--> email@email.com</a></span> | <span
style="font-size: 9pt; font-family: Arial,sans-serif; color:
rgb(223, 93, 39);">My.Name Skype</span><br>
<b><span style="font-size: 10pt; font-family:
Arial,sans-serif; color: rgb(35, 53, 64);padding-left:
10px;"><a class="moz-txt-link-abbreviated"
href="http://www.google.com" style="color: rgb(35, 53,
64); text-decoration:none;">
<!--WEBSITE URL--> www.google.com</a></span></b></p>
</div>
</body>
</html>
外表:
雷鸟:
我不确定问题是什么,因为我对 HTML 的经验很少。我从其他人的签名块中获取了大部分代码。