【发布时间】:2018-06-20 22:18:48
【问题描述】:
在我的电子邮件 HTML 的 <head></head> 中,我有:
<!--[if !mso]><!-->
<style>
.contentTable {
border: 1px solid #f00;
}
</style>
<!--<![endif]-->
此<style> 块不应在 Outlook 中解析,但在 PC 上的 Outlook 2010 中测试时,表格有红色边框。是不是我做错了什么?
【问题讨论】:
标签: outlook html-email outlook-2010