【问题标题】:Images are not visible in preview in email studio图像在电子邮件工作室的预览中不可见
【发布时间】:2022-08-19 17:26:59
【问题描述】:

当我尝试在电子邮件工作室预览中预览 HTML 电子邮件时,它显示空白图像,但电子邮件在收件箱中看起来很好。 图像尺寸为宽度:600px 和高度:338px

请帮助在 SFMC 电子邮件工作室解决此问题 还附上块的html代码

<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"oneColumn global\" role=\"presentation\" style=\"background-color: %%=v(@contentBgColor)=%%;\" width=\"100%\">
 
  <tr>
   <td align=\"center\" style=\"padding: 0 0 20px;\">
    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\">
     
      <tr>
       <td align=\"center\" style=\"background-color: %%=v(@imageFullBgColor)=%%;\">
        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"margin: 0 auto;\">
         
          <tr>
           <td align=\"center\" style=\"width: 600px;\">
            <a alias=\"\" conversion=\"false\" data-linkto=\"other\" href=\"%%=RedirectTo(@Image_Component_One_Url)=%%\" target=\"_blank\" title=\"\"><img alt=\"\" data-assetid=\"500960\" height=\"300\" src=\"https://cdn.pixabay.com/photo/2018/01/14/23/12/nature-3082832__480.jpg\" style=\"width: 600px; max-width: 600px; max-height: 338px; display: block; margin: 0px; padding: 0px; border: 0px none transparent; text-align: center; height: 300px;\" width=\"600\"></a> <a alias=\"\" href=\"#tbd\" target=\"_blank\"> </a></td></tr></table></td></tr></table></td></tr></table>

提前致谢

我想在电子邮件工作室的 HTML 电子邮件预览中显示图像。

    标签: salesforce devexpress html-email salesforce-marketing-cloud


    【解决方案1】:

    如果您使用的是 Chrome,那么问题可能是由于 Chrome 阻止了混合内容。

    例如,如果您的 SAP 中没有包含 SSL,并且您尝试通过 ssl 提供内容,那么该内容将被阻止。在您的情况下,您正在服务:https://cdn.pixabay.com/photo/2018/01/14/23/12/nature-3082832__480.jpg

    可以通过导航到设置 > 公司设置 > 帐户设置来确定私有图像域(图像端点)是否具有 SSL。

    如果帐户具有 SSL,则投资组合基本 URL 将以 HTTPS 开头。
    如果帐户没有 SSL,则投资组合基本 URL 将以 HTTP 开头。

    更多信息可以在这里找到:https://help.salesforce.com/s/articleView?id=000355099&type=1

    【讨论】:

      【解决方案2】:

      我在 Chrome 和 Edge 中遇到过这个问题,除了等待之外找不到可靠的解决方案,因为它似乎可以自然修复。

      如果它在 Chrome 中不适合您切换到 Edge 或其他浏览器,请等待几天,它应该在 Chrome 中工作。

      很抱歉没有那么有用的技术答案,但如果它有帮助,你并不孤单。

      【讨论】:

        【解决方案3】:

        我有同样的问题,似乎无法让它工作。上面的所有建议也没有奏效

        【讨论】:

          猜你喜欢
          • 2011-07-14
          • 2016-07-27
          • 1970-01-01
          • 2015-07-11
          • 1970-01-01
          • 1970-01-01
          • 2014-10-23
          • 2021-04-23
          • 2011-11-02
          相关资源
          最近更新 更多