【发布时间】:2016-08-16 18:21:46
【问题描述】:
我正在为客户(it can be found here)制作eBlast
除了绅士的底部图片外,一切看起来都很好,在 Outlook 中它被炸成巨大的尺寸。
我在某些 Outlook 电子邮件服务中遇到问题。 eBlast 通过了除 Outlook 2010 和 2013 之外的所有 Litmus 测试,当我进一步研究该问题时,我发现这是因为 Max-width 和 min-width 在 Outlook 中无关紧要,因为它不读取该代码。
任何人都可以看看这段代码并提出一些我可以应用于 eblast 底部的图像的修复,它目前位于这个代码块中:
<table style="border-spacing: 0;border-collapse: collapse;vertical-align: top" cellpadding="0" cellspacing="0" width="100%" border="0">
<tbody><tr style="vertical-align: top">
<td style="word-break: break-word;border-collapse: collapse !important;vertical-align: top;width: 100%;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px" align="center">
<div style="font-size:12px" align="center">
<img class="center" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: block;border: none;height: auto;line-height: 100%;margin: 0 auto;float: none;max-width: 146px" align="center" border="0" src="http://www.lonebeacondevelopment.com/images/jfir.jpg" alt="Image" title="Image" style="max-width:146px !important; width:50%">
</div>
</td>
</tr>
我将永远感激不尽,谢谢。
【问题讨论】:
标签: html css outlook html-email