我有这张表,我需要单元格之间的间距:
<table cellpadding="0" cellspacing="5px">
<tr>
<td><img src="http://placehold.it/100"/></td>
<td><img src="http://placehold.it/100"/></td>
<td><img src="http://placehold.it/100"/></td>
<td><img src="http://placehold.it/100"/></td>
</tr>
</table>
在 Outlook 2007、2010 和 2013 中,间距不正确,而在其他客户端中看起来还不错。
2007 年、2010 年和 2013 年展望:
其他客户:
我该如何解决?