【发布时间】:2019-06-07 19:11:25
【问题描述】:
在我的 html 电子邮件中,我有两个带下划线的白色链接,除了 Outlook.com/Office 365 之外,这在任何地方都有效。在这些网站上,链接没有下划线,但其他一些不相关的非链接文本是?!
链接中的下划线:
<table width="100%" border="0" cellspacing="0" cellpadding="15" bgcolor="#001342">
<tr>
<td width="100%" align="center" valign="middle" style="font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 24px; color: #ffffff;">
<p>Register onto <span style="color: #ffb718;">X</span> by completing the short form <a href="#" style="color: #ffffff; text-decoration: underline!important;">here</a></p>
</td>
</tr>
</table>
Appears to be getting applied here instead:
<tr>
<td width="50" align="left" valign="middle">
<img src="images/icon-clipboard.gif" alt="" width="40" height="40" border="0">
</td>
<td class="list-text" align="left" valign="middle" style="font-family: Arial, Helvetica, sans-serif; font-size: 26px; line-height: 30px; color: #001342;">
<p style="text-decoration: none!important;"><span style="color: #ffb718; font-weight: bold;">1.</span> REAL-TIME AVAILABILITY</p>
</td>
</tr>
您可以在此处的屏幕截图中看到问题http://kinocreative.uk/img/
我尝试了各种 span、href 和 text-transform 的组合来解决这个问题,但无济于事。
完整的电子邮件代码在这里:https://pastebin.com/PfNmTeZc
【问题讨论】:
标签: html-email