我在 html 电子邮件中制作的表格上划了一条线。它位于橙色区域。我不太确定是什么原因造成的。里面没有图片。这是我对该表的代码。
<table cellpadding="0" cellspacing="0" border="0" width="625" align="center" bgcolor="#FFFFFF">
<tr>
<td height="23" bgcolor="#f08122" colspan="3"> </td>
</tr>
<tr>
<td width="23" bgcolor="#f08122"></td>
<td bgcolor="#f08122" valign="middle" style="font-family:Helvetica, Arial, sans-serif; color:#FFFFFF;" align="center"><span style="font-size:30px; line-height:36px; font-weight:bold;"><strong>Improve outcomes and empower patients with health logs</strong></span><br /><br />
<span style="font-size:27px;">Order now and get <strong>10% more FREE!*</strong></span></td>
<td width="23" bgcolor="#f08122"></td>
</tr>
<tr>
<td height="23" bgcolor="#f08122" colspan="3"> </td>
</tr>
<tr>
<td height="5" colspan="3"></td>
</tr>
</table>
如果您想要一个活动视图,这里也是实际电子邮件的链接:https ://tagwebstore.com/email/tag-email-logbooks.html
这是来自我的 iPhone 的 html 电子邮件的屏幕截图。
这些线条似乎在白色文本的上方和下方。有任何想法吗?提前致谢。