outlook - Outlook 2007、2010 和 2013 中的单元格间距

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

我有一张表格,我需要在单元格之间留出间距:

<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 2007, 2010 and 2013

其他客户:
Other clients

我该如何解决?

最佳答案

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

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

关于outlook - Outlook 2007、2010 和 2013 中的单元格间距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25911343/

相关文章:

当我尝试访问 MailItem COM 中任何与日期相关的字段时 Python 崩溃

html - 如何从主应用程序中分离出包含 css 导入的 html 正文的电子邮件

html - Zurb INK,自定义类不起作用

vba - Outlook 2010 VBA 脚本部署

c# - 为 Outlook 2010 构建插件时 FindRibbons 任务意外失败

vba - Outlook 回复或回复全部电子邮件

android - 如何从外部打开 Android Outlook 应用程序

excel - 检查 Excel 工作簿是否已从另一个 Office 2010 应用程序打开

php - 更改发件人姓名 PHP 电子邮件?

javascript - CRM 2011 - 单击关联 View 或子网格中自己的记录链接时出现奇怪的行为形式