非常にシンプルな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>
メールセンターを調整するために他に何ができるかについての提案はありますか?