【发布时间】:2010-11-25 16:39:57
【问题描述】:
我有一个 html 电子邮件,它在每个客户端都可以正常工作除了 Outlook 2003,其中链接有下划线(即使是text-decoration: none;)并且font-size 更改为更小。
代码摘录:
<td valign="top" align="left" style="line-height: 31px; font-size: 31px;">
<font face="Arial, Helvetica, sans-serif" size="3" color="#6b565d" style="line-height: 60px; font-size: 62px;"><strong>25% off</strong></font>
</td>
示例链接:
<font face="Arial, Helvetica, sans-serif" size="3" color="#ffffff" style="line-height: 16px; font-size: 22px;"><a href="<squeeze.attribute.link.story01_text>" title="Book your sale room now" style="color: #ffffff; text-decoration: none; font-size:22px; background-color: #b50f18;"><font color="#ffffff"><strong>Mooo, I'm some text >></strong></font></a></font>
这个font-size 更改为大约 11 或 12 像素。
有什么想法吗?
【问题讨论】:
标签: html email outlook-2003