我似乎无法将这两个图像放在一起。它们都在 HTML 表中有自己的行(我正在制作 html 电子邮件),但我似乎无法删除它们之间的 5px。
这是我的代码
<table width="200" height="200" cellpadding="0" cellspacing="0" border="0" style="border- spacing: 0; border-collapse: collapse;border-collapse: seperate;">
<tbody>
<tr>
<td width="100" height="100"><img width="100" height="100" src="https://img.createsend1.com/img/templatebuilder/placeholder-image.png" /></td>
</tr>
<tr>
<td width="100" height="100"><img width="100" height="100" src="https://img.createsend1.com/img/templatebuilder/placeholder-image.png" /> </td>
</tr>
</tbody>
</table>
如果有帮助,它也在jsfiddle上