【问题标题】:Cellspacing in Outlook 2007, 2010 and 2013Outlook 2007、2010 和 2013 中的单元格间距
【发布时间】:2014-09-18 11:22:24
【问题描述】:

我有这张表,我需要单元格之间的间距:

<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:

其他客户:

我该如何解决这个问题?

【问题讨论】:

    标签: outlook html-email outlook-2010 outlook-2007 outlook-2013


    【解决方案1】:
    <table cellpadding="0" cellspacing="5px">
    

    应该是

    <table cellpadding="0" cellspacing="5">
    

    【讨论】:

      猜你喜欢
      • 2012-12-13
      • 2017-03-07
      • 2023-04-10
      • 1970-01-01
      • 2012-06-11
      • 2015-08-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多