【发布时间】:2017-06-13 18:27:39
【问题描述】:
当我的 HTML 电子邮件模板从 Mailchimp 发送到 Outlook 2007、2013 和 2016 时,我无法正确呈现它。问题是,当我直接上传 HTML 以在 Litmus 上进行测试时,电子邮件可以很好地呈现所有 Outlook 预览。当我将测试电子邮件从 Mailchimp 发送到 Litmus 时,电子邮件在 Outlook 2007、2013 和 2016(对于 Win7)中看起来不成比例。
Mailchimp 是否对我的 Outlook 定位条件 cmets 进行了处理,我该如何解决?
我的条件 cmets 似乎有时可以修复我的 MC 电子邮件的某些元素的宽度(您将在屏幕截图中看到,文本框的大小适合顶部卡片,但不是第二个)。但是对于我的生活,我无法弄清楚为什么一个有效而另一个无效,我正在为两者写相同的评论。
截图:
when Mailchimp sends the email to Outlook (出了什么问题)
when the HTML is rendered for Outlook directly(它应该是什么样子)
条件 cmets:
我已经像这样放入了特定于 Outlook 的条件 cmets:
<!--[if (gte mso 9)|(IE)]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600">
<tr>
<td align="center" valign="top" width="600">
<![endif]-->
<!--BODY TABLE-->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:600px;">
...
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
感谢您的帮助!真的很感激。
【问题讨论】:
标签: html email outlook mailchimp litmus