助けてください。レスポンシブ メールを作成しようとしていて、2 列から 1 列になり、Outlook2013 に到達するまではすべてがうまくいき、各テーブルの右側に 1 本の黒い線が追加されます。隣同士に並んでいます。border-collapse:collapse 関数でリセットしようとしましたが、効果がありません。私は基本的に、テーブルセルに2つのテーブルを並べたままにしています。
<tr>
<td align="left" style="border-collapse:collapse"><table width="300" border="0" style="border-collapse:collapse" cellspacing="0" cellpadding="0" class="contenttable" align="left">
<tr>
<td align="left" class="headercell" height="399" width="300" style="line-height:399px"><p style="mso-table-lspace:0;mso-table-rspace:0;"><img src="image" style="display:block; width:100% height:auto" alt="" border="0px" height="399" width="300" /></p></td>
</table> <table width="300" border="0" cellspacing="0" cellpadding="0" class="contenttable" style=" border-collapse:collapse" align="left">
<tr>
<td align="left" class="headercell"><p style="mso-table-lspace:0;mso-table-rspace:0;"><img src="image" style="display:block; width:100% height:auto" alt="" /></p></td>
</table></td>
</tr>