出于某种原因,我们电子邮件中的白色标题在 Outlook 2019 中开始显示穿过它的粗灰线。其他电子邮件客户端工作正常。
起初我们认为它只是一个试金石错误,但这并不是因为它在客户端收到电子邮件时也是可见的。
这种情况最近才开始发生,尽管我们的大多数电子邮件共享相同的标题,但这里是屏幕截图(我添加了蓝色部分以隐藏客户信息):
和代码:
<tr>
<td>
<table
border="0"
width="100%"
cellpadding="0"
cellspacing="0"
align="center"
style="width: 100%;"
>
<tr style="
background-color: #FFFDFB;
width: 100%;
"
width="100%"
>
<td
style="
padding-left: 35px;
padding-top: 25px;
padding-bottom: 25px;
width: 100%;"
width="100%"
>
<a href="#" target="_blank" style="text-decoration: none;">
<img
src="logo.png"
align="left"
class=""
alt="Logo"
border="0"
style="margin: auto;"
/>
</a>
</td>
<td
width="100%"
style="
text-align: right;
font-size: 15px;
line-height: 1;
padding-bottom: 25px;
padding-top: 25px;
margin-top: 0px;
padding-right: 35px;
font-family: CUSTOM-FONT-NAME, Inter, sans-serif;
margin: 0;
width: 100%;
">
<p>
<a href="#" target="_blank" style="text-decoration: none;white-space: nowrap;.">
<span style="color: #a6a6a6;text-decoration: none;">myPAGE</span>
</a>
</p>
</td>
</tr>
</table>
</td>
</tr>