• <legend id='9Eqlj'><style id='9Eqlj'><dir id='9Eqlj'><q id='9Eqlj'></q></dir></style></legend>
  • <small id='9Eqlj'></small><noframes id='9Eqlj'>

    1. <tfoot id='9Eqlj'></tfoot>

      <i id='9Eqlj'><tr id='9Eqlj'><dt id='9Eqlj'><q id='9Eqlj'><span id='9Eqlj'><b id='9Eqlj'><form id='9Eqlj'><ins id='9Eqlj'></ins><ul id='9Eqlj'></ul><sub id='9Eqlj'></sub></form><legend id='9Eqlj'></legend><bdo id='9Eqlj'><pre id='9Eqlj'><center id='9Eqlj'></center></pre></bdo></b><th id='9Eqlj'></th></span></q></dt></tr></i><div id='9Eqlj'><tfoot id='9Eqlj'></tfoot><dl id='9Eqlj'><fieldset id='9Eqlj'></fieldset></dl></div>

        • <bdo id='9Eqlj'></bdo><ul id='9Eqlj'></ul>
      1. Gmail 中未显示 HTML 图像

        HTML image not showing in Gmail(Gmail 中未显示 HTML 图像)

      2. <tfoot id='bbxLU'></tfoot>

              <tbody id='bbxLU'></tbody>

                • <bdo id='bbxLU'></bdo><ul id='bbxLU'></ul>

                  <i id='bbxLU'><tr id='bbxLU'><dt id='bbxLU'><q id='bbxLU'><span id='bbxLU'><b id='bbxLU'><form id='bbxLU'><ins id='bbxLU'></ins><ul id='bbxLU'></ul><sub id='bbxLU'></sub></form><legend id='bbxLU'></legend><bdo id='bbxLU'><pre id='bbxLU'><center id='bbxLU'></center></pre></bdo></b><th id='bbxLU'></th></span></q></dt></tr></i><div id='bbxLU'><tfoot id='bbxLU'></tfoot><dl id='bbxLU'><fieldset id='bbxLU'></fieldset></dl></div>

                  <small id='bbxLU'></small><noframes id='bbxLU'>

                  <legend id='bbxLU'><style id='bbxLU'><dir id='bbxLU'><q id='bbxLU'></q></dir></style></legend>
                  本文介绍了Gmail 中未显示 HTML 图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在发送 HTML 格式的电子邮件通讯.在 HTML 里面我有类似的东西

                  I'm sending an e-mail newsletter in HTML. Inside the HTML I have something like

                  <img height='70' width='70' style='display:block' src='myDomain.com/imageName.png'>

                  当我使用 Thunderbird 或 Outlook 打开时事通讯时,图像正在显示.但是,当我使用 Gmail 打开它时,没有显示任何图像.我不确定这是否与 Gmail 出于安全原因使用的代理有关,还是其他原因.无论哪种方式,我都想知道是否有人遇到过这个问题,如果有,是如何解决的.

                  When I open the newsletter with Thunderbird or Outlook, the image is being displayed. However, when I open it with Gmail, no image is shown. I'm not sure if it's about the proxy that Gmail uses for security reasons or if it's something else. Either way, I'd like to know if anyone ever came across this and if so, how it was solved.

                  推荐答案

                  派对迟到了,但这里开始......我也遇到过这个问题,并通过以下方式解决:

                  Late to the party but here goes... I have experienced this problem as well and it was solved with the following:

                  • 在 src url 中包含方案(使用//"不起作用 - 使用完整方案 EG:https://")
                  • 包括宽度和高度属性
                  • 包括 style="display:block" 属性
                  • 同时包含 alt 和 title 属性

                  EG:

                  <img src="https://static.mydomain.com/images/logo.png" alt="Logo" title="Logo" style="display:block" width="200" height="87" />
                  

                  这篇关于Gmail 中未显示 HTML 图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  quot;Each child in an array should have a unique key propquot; only on first time render of page(“数组中的每个孩子都应该有一个唯一的 key prop仅在第一次呈现页面时)
                  CoffeeScript always returns in anonymous function(CoffeeScript 总是以匿名函数返回)
                  getFullYear returns year before on first day of year(getFullYear 在一年的第一天返回前一年)
                  How do I make a TextGeometry multiline? How do I put it inside a square so it wraps like html text does inside a div?(如何制作 TextGeometry 多线?如何将它放在一个正方形内,以便它像 html 文本一样包裹在 div 内?) - IT屋-程序员软件开发技术分享社
                  How to use coffeescript in developing web-sites?(如何在开发网站时使用coffeescript?)
                  Expose a javascript api with coffeescript(使用 coffeescript 公开一个 javascript api)

                    <tfoot id='wZJcB'></tfoot>
                    <i id='wZJcB'><tr id='wZJcB'><dt id='wZJcB'><q id='wZJcB'><span id='wZJcB'><b id='wZJcB'><form id='wZJcB'><ins id='wZJcB'></ins><ul id='wZJcB'></ul><sub id='wZJcB'></sub></form><legend id='wZJcB'></legend><bdo id='wZJcB'><pre id='wZJcB'><center id='wZJcB'></center></pre></bdo></b><th id='wZJcB'></th></span></q></dt></tr></i><div id='wZJcB'><tfoot id='wZJcB'></tfoot><dl id='wZJcB'><fieldset id='wZJcB'></fieldset></dl></div>
                      <legend id='wZJcB'><style id='wZJcB'><dir id='wZJcB'><q id='wZJcB'></q></dir></style></legend>

                        1. <small id='wZJcB'></small><noframes id='wZJcB'>

                            <bdo id='wZJcB'></bdo><ul id='wZJcB'></ul>
                              <tbody id='wZJcB'></tbody>