【发布时间】:2012-10-15 11:19:22
【问题描述】:
我创建了一个非常简单的 html 电子邮件。 http://staging.xhtml-lab.com/mailtest/
除了 hotmail.com/outlook.com 之外,所有电子邮件客户端都可以正常工作
在 hotmail 电子邮件中是左对齐的,它应该保持居中对齐。
我已按照 emailology.org 的建议添加了以下代码,但没有效果。
<style type=“text/css”>
/**This is to overwrite Hotmail’s Embedded CSS************/
table {border-collapse:separate;}
a, a:link, a:visited {text-decoration: none; color: #00788a}
a:hover {text-decoration: underline;}
h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited,h4,h5,h6,.t_cht {color:#000 !important}
p {margin-bottom: 0}
.ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td {line-height: 100%}
/**This is to center your email in Hotmail************/
.ExternalClass {width: 100%;}
</style>
对于我还能做些什么来使电子邮件中心对齐,有什么建议吗?
【问题讨论】:
-
问题可能是
<center>。我确定是否所有电子邮件客户端都支持这一点,并且众所周知,MS Outlook/hotmail 对他们支持的内容特别挑剔。此页面可能会有所帮助:campaignmonitor.com/css
标签: html-email email-client hotmail outlook.com