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

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

          <bdo id='rRW7v'></bdo><ul id='rRW7v'></ul>

        即使用户允许,Gmail 也会隐藏外部电子邮件图片

        Gmail hides external e-mail images, even after user allows them(即使用户允许,Gmail 也会隐藏外部电子邮件图片)
            <tbody id='j36Kn'></tbody>

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

              <legend id='j36Kn'><style id='j36Kn'><dir id='j36Kn'><q id='j36Kn'></q></dir></style></legend>
            2. <i id='j36Kn'><tr id='j36Kn'><dt id='j36Kn'><q id='j36Kn'><span id='j36Kn'><b id='j36Kn'><form id='j36Kn'><ins id='j36Kn'></ins><ul id='j36Kn'></ul><sub id='j36Kn'></sub></form><legend id='j36Kn'></legend><bdo id='j36Kn'><pre id='j36Kn'><center id='j36Kn'></center></pre></bdo></b><th id='j36Kn'></th></span></q></dt></tr></i><div id='j36Kn'><tfoot id='j36Kn'></tfoot><dl id='j36Kn'><fieldset id='j36Kn'></fieldset></dl></div>
                <bdo id='j36Kn'></bdo><ul id='j36Kn'></ul>
                <tfoot id='j36Kn'></tfoot>
                • 本文介绍了即使用户允许,Gmail 也会隐藏外部电子邮件图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试在 html 电子邮件中插入带有图像的签名.我在使用 GMail 时遇到了一些问题(它在 iPhone 客户端上运行良好).

                  I'm trying to insert a signature with images in html e-mails. I have some issues with GMail (it works fine with the iPhone client).

                  在用户接受图像之前,它们的大小已经适当,并且替代文本是可见的:

                  Before the user accepts the image, they are properly sized, and the alt text is visible :

                  每个图像的 HTML 是:

                  The HTML for each image is then :

                  <img alt="Bonne" width="80" height="80">
                  

                  所以这是正常的,但是当用户点击允许此电子邮件中的图像"(不知道确切的英文标签)时,它们就会消失:

                  So this is normal, but when the user clicks on "Allow images in this e-mail" (don't know the exact label in english), they simply disappear :

                  如果我检查元素,我可以看到添加了一些代码来隐藏它们:

                  If I inspect the element, I can see that some code has been added to hide them :

                  <img src="http://demo.smartadserver.com/Shared/happy-customers/Content/images/happy.png" alt="Bonne" width="0" height="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 80px 80px; ">
                  

                  不知道 Gmail 是做什么的,有人有想法吗?

                  Don't know what Gmail does this, does somebody has an idea ?

                  编辑

                  原图标签:

                  <img src="http://demo.smartadserver.com/Shared/happy-customers/Content/images/unhappy.png" alt="Mauvaise" width="80" height="80" style="border : 0; width:80px; display: block;   margin-left: auto;   margin-right: auto;" hspace="10" />
                  

                  全局 HTML:

                      <center>
                          <table border="0" cellpadding="0" cellspacing="0" id="backgroundTable" style="border-color:#FFFFFF" >
                              <tbody>
                              <tr>
                                   <td valign="top">
                                      <div >
                                          <h4 class="h4">Si vous avez une seconde, vous pouvez évaluer ma réponse :</h4>
                                      </div>
                                  </td>
                              </tr>
                              <tr>
                                  <td align="center" valign="top">
                                      <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateBody" style="border-color:#FFFFFF">
                                          <tbody>
                                              <tr>
                                                  <td valign="top" width="180" class="leftColumnContent">
                                                      <table border="0" cellpadding="20" cellspacing="0" width="100%" style="border-color:#FFFFFF">
                                                          <tbody><tr>
                                                              <td valign="top">
                                                                  <a href="http://demo.smartadserver.com/Shared/happy-customers/vote/21142b09-3eab-4c07-aa64-e09e6924cd89/Happy" style="text-decoration: none;outline: none; " title="Bonne">
                                                                      <img src="http://demo.smartadserver.com/Shared/happy-customers/Content/images/happy.png" alt="Bonne" width="80" height="80" style="border : none;  width:80px; display: block;   margin-left: auto;   margin-right: auto;"  />
                                                                      <div style="text-align: center;">
                                                                         <h4 class="h4" style="text-decoration: underline; color:#50b748; margin-bottom:0;">Bonne</h4>
                                                                         <span style="color:#50b748;">Rapide, utile et agréable.</span>
                                                                      </div>
                                                                  </a>
                                                              </td>
                                                          </tr>
                                                      </tbody></table>
                                                  </td>
                                                  <td valign="top" width="180" class="centerColumnContent">
                                                      <table border="0" cellpadding="20" cellspacing="0" width="100%" style="border-color:#FFFFFF">
                                                          <tbody><tr>
                                                              <td valign="top">
                                                                  <a href="http://demo.smartadserver.com/Shared/happy-customers/vote/21142b09-3eab-4c07-aa64-e09e6924cd89/Neutral" style="text-decoration: none;outline: none; margin-bottom:0;" title="Moyenne" >
                                                                    <img src="http://demo.smartadserver.com/Shared/happy-customers/Content/images/neutral.png" alt="Moyenne" width="80" height="80" style="border : 0; display: block; width:80px;   margin-left: auto;   margin-right: auto;" >
                                                                    <div   style="text-align: center;">
                                                                      <h4 class="h4" style="text-decoration: underline; color:#ffd300; margin-bottom:0;" >Moyenne</h4>
                                                                      <span style="color:#ffd300;">Acceptable, mais insufisant.</span>
                                                                    </div>
                                                                  </a>
                  
                                                              </td>
                                                          </tr>
                                                      </tbody></table>
                                                  </td>
                                                  <td valign="top" width="180" class="rightColumnContent">
                                                      <table border="0" cellpadding="20" cellspacing="0" width="100%" style="border-color:#FFFFFF">
                                                          <tbody><tr>
                                                              <td valign="top">
                                                                  <a href="http://demo.smartadserver.com/Shared/happy-customers/vote/21142b09-3eab-4c07-aa64-e09e6924cd89/Unhappy" style="text-decoration: none;outline: none;" title="Mauvaise">
                                                                    <img src="http://demo.smartadserver.com/Shared/happy-customers/Content/images/unhappy.png" alt="Mauvaise" width="80" height="80" style="border : 0; width:80px; display: block;   margin-left: auto;   margin-right: auto;" hspace="10" />
                                                                      <div style="text-align: center; ">
                                                                      <h4 class="h4" style="text-decoration: underline; color:#be1e2d; margin-bottom:0;">Mauvaise</h4>
                                                                          <span style="color:#be1e2d;">Malheureusement, je n'en suis pas satisfait.</span>
                                                                      </div>
                                                                  </a>
                                                              </td>
                                                          </tr>
                                                      </tbody></table>
                                                  </td>
                                              </tr>
                                          </tbody>
                                      </table>
                                  </td>
                              </tr>
                          </tbody>
                          </table>
                      </center>
                  
                  <h4 class="h4">Si vous avez une seconde, vous pouvez évaluer ma réponse :</h4></div></td></tr><tr><td align="center" valign="top"><表格边框="0" cellpadding="0" cellspacing="0" width="600" id="templateBody" style="border-color:#FFFFFF"><身体><tr><td valign="top" width="180" class="leftColumnContent"><表格边框="0" cellpadding="20" cellspacing="0" width="100%" style="border-color:#FFFFFF"><tbody><tr><td valign="顶部"><a href="http://demo.smartadserver.com/Shared/happy-customers/vote/21142b09-3eab-4c07-aa64-e09e6924cd89/Happy" style="text-decoration: none;outline: none; "标题="邦尼"><img src="http://demo.smartadserver.com/Shared/happy-customers/Content/images/happy.png" alt="Bonne" width="80" height="80" style="border :无;宽度:80px;显示:块;左边距:自动;右边距:自动;"/><div style="text-align: center;"><h4 class="h4" style="text-decoration: underline; color:#50b748; margin-bottom:0;">Bonne</h4><span style="color:#50b748;">快速、实用和农业.</span></div></a></td></tr></tbody></table></td><td valign="top" width="180" class="centerColumnContent"><表格边框="0" cellpadding="20" cellspacing="0" width="100%" style="border-color:#FFFFFF"><tbody><tr><td valign="顶部"><a href="http://demo.smartadserver.com/Shared/happy-customers/vote/21142b09-3eab-4c07-aa64-e09e6924cd89/Neutral" style="text-decoration: none;outline: none; margin-底部:0;"标题="莫耶纳" ><img src="http://demo.smartadserver.com/Shared/happy-customers/Content/images/neutral.png" alt="Moyenne" width="80" height="80" style="border :0;显示:块;宽度:80px;左边距:自动;右边距:自动;"><div style="text-align: center;"><h4 class="h4" style="text-decoration: underline; color:#ffd300; margin-bottom:0;">Moyenne</h4><span style="color:#ffd300;">可以接受,不满意.</span></div></a></td></tr></tbody></table></td><td valign="top" width="180" class="rightColumnContent"><表格边框="0" cellpadding="20" cellspacing="0" width="100%" style="border-color:#FFFFFF"><tbody><tr><td valign="顶部"><a href="http://demo.smartadserver.com/Shared/happy-customers/vote/21142b09-3eab-4c07-aa64-e09e6924cd89/Unhappy" style="text-decoration: none;outline: none;"标题="淡紫色"><img src="http://demo.smartadserver.com/Shared/happy-customers/Content/images/unhappy.png" alt="Mauvaise" width="80" height="80" style="border :0;宽度:80px;显示:块;左边距:自动;右边距:自动;"hspace="10"/><div style="text-align: center;"><h4 class="h4" style="text-decoration: underline; color:#be1e2d; margin-bottom:0;">Mauvaise</h4><span style="color:#be1e2d;">Malheureusement, je n'en suis pas satisfait.</span></div></a></td></tr></tbody></table></td></tr></tbody></表></td></tr></tbody></表></中心>

                  Thanks

                  谢谢

                  推荐答案

                  这种属性不是 Gmail 添加的,而是浏览器正在使用的插件 - 特别是 AdblockPlus 插件(恰好在他们的过滤器中有 smartadserver.com).您的 HTML 在 Gmail 中运行良好,否则我试了一下.

                  You can display it in your browser by disabling the plugin or removing smartadserver.com from the Adblock filter list.

                  您可以通过禁用插件或从 Adblock 过滤器列表中删除 smartadserver.com 在浏览器中显示它.

                  However ... if you want to prevent this to happen to other people ... host the images ad another server, so that the domain won't be blacklisted with ad filters.

                  但是...如果您想防止这种情况发生在其他人身上...将图片托管在另一台服务器上,这样该域就不会被广告过滤器列入黑名单.p>

                  另外一个兼容性说明...一些邮件客户端不支持 png 图像格式.

                  Also for another compatibility note ... some mail clients were not supporting png image format.

                  这篇关于即使用户允许,Gmail 也会隐藏外部电子邮件图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Move link image 5px up on hover(悬停时将链接图像向上移动 5px)
                  Why doesn#39;t CSS hover work on table rows when the cells inside the rows have class names?(当行内的单元格具有类名时,为什么 CSS 悬停在表格行上不起作用?)
                  How to apply a CSS class on hover to dynamically generated submit buttons?(如何在悬停时将 CSS 类应用于动态生成的提交按钮?)
                  div hover background-color change?(div 悬停背景颜色变化?)
                  How to change background color and text of hover options in select?(如何更改选择中悬停选项的背景颜色和文本?)
                  Gradient Button to background-color blinks on hover(悬停时背景颜色的渐变按钮闪烁)
                • <i id='2pKVw'><tr id='2pKVw'><dt id='2pKVw'><q id='2pKVw'><span id='2pKVw'><b id='2pKVw'><form id='2pKVw'><ins id='2pKVw'></ins><ul id='2pKVw'></ul><sub id='2pKVw'></sub></form><legend id='2pKVw'></legend><bdo id='2pKVw'><pre id='2pKVw'><center id='2pKVw'></center></pre></bdo></b><th id='2pKVw'></th></span></q></dt></tr></i><div id='2pKVw'><tfoot id='2pKVw'></tfoot><dl id='2pKVw'><fieldset id='2pKVw'></fieldset></dl></div>
                    <tbody id='2pKVw'></tbody>

                    <legend id='2pKVw'><style id='2pKVw'><dir id='2pKVw'><q id='2pKVw'></q></dir></style></legend>

                        <tfoot id='2pKVw'></tfoot>
                          <bdo id='2pKVw'></bdo><ul id='2pKVw'></ul>

                            <small id='2pKVw'></small><noframes id='2pKVw'>