我创建了一个非常简单的 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>
关于我还能做些什么来使电子邮件中心对齐的任何建议?