【发布时间】:2016-06-01 01:21:11
【问题描述】:
我正在编写一个 HTML 电子邮件模板,我的标题中的文本在 Outlook 2007/2010/2013 中被剪掉了。这是相关的代码。有什么建议吗?
<tr>
<td class="main" style="padding:0px 0 21px 20px;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr><br />
<td class="h1" style="font:bold 28px/36px Arial, Helvetica, sans-serif; color:#000; padding:0px 0 37px;">
Glad to Meet You.
</td>
</tr>
这是结果的屏幕截图。
【问题讨论】:
标签: css html-email