【发布时间】:2014-02-16 22:55:17
【问题描述】:
我一直在处理 HTML 电子邮件,并已尽一切努力让 line-height 在 Microsoft Outlook Web App 中正确显示。我已经在我的内联样式上尝试了!important,在文档头中使用.ExternalClass * {line-height: 100%},将文本包装在具有inline line-height 样式的跨度中,在父td 上使用line-height,还有span。
如果有人能帮忙,不胜感激!
下面是我当前文本在 td 中的一个区域的示例。
<td pardot-region="articleContent1a" style="-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: sans-serif; font-size: 14px; line-height: 25px; text-align: left; color: #7f7f7f;" valign="top">
Yesterday, Krissy posted about six things you should consider when performing a high-level user experience (UX) audit of a website. While UX is a crucial component of measuring a website’s success, it’s only part of the equation.</td>
我也尝试添加到 td mso-line-height-rule: 完全正确。
【问题讨论】:
-
也许你可以添加一两个版本的代码,你已经尝试过完全。可能有助于其他人看到问题
标签: html outlook html-email outlook-web-app