Outlook电子邮件图像崩溃到1px

时间:2018-10-31 00:01:52

标签: html email outlook

我制作了一个几乎可以完美工作的html模板,只是图像突然不在在线Outlook中出现。

该图片的宽度和高度减小为1px。

我已经设置了内联样式的宽度,但是没有设置高度,因为我希望客户端具有自动高度的灵活性。即使设置了宽度和高度,也会出现此问题。

除前景外,此方法都很好,我无法找出原因。

这是各部分中的代码,尽管这发生在模板中的每个图像上。

我已经检查过我的电子邮件设置中的图像没有关闭

  <table width="650" style="table-layout:fixed;margin-left:auto;margin-right:auto;" border="0" align="center" cellpadding="0" cellspacing="0" class="wrapper" mc:repeatable mc:variant="half and half white">
          <tr>
            <td align="left">
              <table width="650" class="wrapper" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#ffffff">
                <tr>
                  <td align="left">
                    <table width="324" border="0" align="left" cellpadding="0" cellspacing="0" class="wrapper">
                      <tr>
                        <td class="pad_top_split" width="324" align="center" valign="top">
                          <a href="#" target="_blank"><img src="https://gallery.mailchimp.com/85d3e81373f3d7582fcc72bdb/images/ec03eb0f-61aa-4c51-8efd-621054f0652c.jpg" width="324" class="full_img" alt="Flush image 2" style="display:block; max-width:324px;" border="0" mc:edit="324_images2"></a>
                        </td>
                      </tr>
                    </table>
                    <!--[if gte mso 9]>
                  </td>
                  <td valign="top">
                    <![endif]-->
                    <table width="286" border="0" align="right" cellpadding="0" cellspacing="0" class="wrapper" bgcolor="#ffffff">
                      <tr>
                        <td valign="top">
                          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                            <tr>
                              <td class="pad_side">
                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                  <tr>
                                    <td height="32" class="fix_height"> </td>
                                  </tr>
                                  <tr>
                                    <td class="white" style="font-family:Arial, sans-serif;font-size:14px;letter-spacing:4px;line-height:34px;color:#000000;" mc:edit="text_2">Lorem ipsum text</td>
                                  </tr>
                                  <tr>
                                    <td height="7" style="line-height:0px;font-size:0px;"> </td>
                                  </tr>
                                  <tr>
                                    <td class="white" style="font-family:Arial, sans-serif;font-size:15px;background-color:#ffffff;line-height:25px;color:#000000;" mc:edit="para_2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vitae interdum ligula. Pellentesque feugiat ligula ligula, in interdum dolor aliquet et. </td>
                                  </tr>
                                  <tr>
                                    <td height="32" class="fix_height"> </td>
                                  </tr>
                                </table>
                              </td>
                              <td width="30" class="hide"> 
                              </td>
                            </tr>
                          </table>
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table>
            </td>
          </tr>
        </table>

0 个答案:

没有答案