【发布时间】:2021-09-20 02:04:16
【问题描述】:
我正在尝试为电子邮件签名(Lotus Notes)。然而,虽然它在 Lotus 上看起来不错(耶),但我在 Gmail 上的标题和电子邮件地址之间得到了这个空格。
我不知道为什么会这样。
它在 Lotus Notes 上的外观图片:
以及它在 gmail 上的外观:
这里指向 Fiddle 的链接不能像在电子邮件中那样正常工作(不知道为什么):
<table border="0" cellpadding="6" cellspacing="0">
<tr align="left">
<td valign="top" width="100" ><a href="https:/URL.eu"><img src="https://i.imgur.com/XCyNdd6.png" alt="logo" ></a></td>
<td valign="top" width="700" ><strong><span style=" display:table;font-family: Arial; font-size: medium; "><font size="3" face="Arial">John Doe Smith</font></span></strong>
<table align="left" width="100%" cellpadding="2", cellspacing="0">
<tr >
<td><a href="https:/URL-example.eu"><span style="display:table; font-size:small; margin-top:0px; text-decoration:none; font-family: Arial; color:#16161D;"><font size="2" face="Arial" color="#16161D">https:/URL-example.eu</font></span></a></td>
</tr>
<tr >
<td><a href="mailto:email@URL-example.eu"><span style=" display:table; font-size: small; text-decoration:none; font-family: Arial;"><font size="2" face="Arial" color="#16161D";>email@URL-example.eu</font></span></a></td>
</tr>
</table>
<table align="left" width="100" cellpadding="2", cellspacing="" >
<tr align="left">
<td width="30"><a href="https://www.facebook.com/ExampleName"><img src="https://i.imgur.com/f6DwyDA.png" alt="Example Name Facebook Account"></a></td>
<td width="35"><a href="https://www.instagram.com/ExampleName/"><img src="https://i.imgur.com/BDQERsI.png" alt="Example Name Instagram Account"></a></td>
<td width="50"><a href="https://twitter.com/ExampleName"><img src="https://i.imgur.com/Xx1atey.png" alt=Example Name Twitter Account"></a></td>
</tr>
</table>
</td>
</tr>
</table>
感谢您的所有帮助。
【问题讨论】:
标签: html gmail html-email newsletter