gpt4 book ai didi

html - 无法在 Outlook 中正确显示 html 电子邮件签名

转载 作者:太空狗 更新时间:2023-10-29 15:30:40 25 4
gpt4 key购买 nike

我用html为自己创建了一个简单的电子邮件签名,他是代码:

<html>

<!-- Company logo goes here -->
<div id="far_left"
style="width: 50px;
height: 50px;
float: left;
margin-right: 10px;">
<img src="logo.png" />
</div>

<!-- Name and occupation goes here -->
<div id="top"
style="height: 25px;">
<span style="font-family: Arial, Verdana, 'Sans Serif'; font-size: 22; color: #464646;"><strong>Dean Grobler</strong>, Programmer</span>
</div>

<!-- Website link and email adress goes here -->
<div id="bottom"
style="font-family: Arial, Verdana, 'Sans Serif';
font-size: 14px;
color: #464646;
padding: 5px;
height: 25px;">
<a href="http://www.deangrobler.com" style="text-decoration: none; color: #84d5f6">www.deangrobler.com</a> |
<a href="mailto:dean@deangrobler.com" style="text-decoration: none; color: #84d5f6">dean@deangrobler.com</a>
</div>

在 thunderbird 和我的浏览器中正确显示:

enter image description here

可惜在 Outlook 2010 中它没有:

enter image description here

如果它使用与 IE 相同的渲染引擎,我敢打赌,发生这种情况我并不感到惊讶。

有什么想法吗?

最佳答案

电子邮件客户端呈现 html 的方式与浏览器不同。创建 html 电子邮件时,最好使用表格。我知道这与所有现代网页设计背道而驰,但它们得到了更多电子邮件客户端的支持。这是 css 属性及其支持的客户端的链接。

http://www.campaignmonitor.com/css/

关于html - 无法在 Outlook 中正确显示 html 电子邮件签名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14460470/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com