この2つの画像を重ね合わせることができないようです。それらは両方とも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にもあります