【发布时间】:2015-08-29 17:49:42
【问题描述】:
为什么我的text-decoration="none" 没有正确显示?我试过把它放在不同的位置,比如table、tr、td,但我似乎无法让它工作。样式电子邮件设计中的任何常见错误?这是我的代码:
<table cellspacing="0" cellpadding="0" border="0" max-width="100%" width="600px" align="center">
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" max-width="100%" align="center">
<tr>
<td>
<!-- HEADER -->
<table cellspacing="0" cellpadding="0" border="0" max-width="100%" align="center">
<tr align="center">
<td>
<p>Is this email not displaying correctly? <a href="#" text-decoration="none">View this email in your web browser</p></a>
</td>
</tr>
</table>
<!-- END HEADER -->
</td>
</tr>
</table>
</td>
</tr>
</table>
【问题讨论】:
标签: html html-table nested html-email