【问题标题】:why email html can't show url image为什么电子邮件 html 不能显示 url 图片
【发布时间】:2021-09-13 20:35:04
【问题描述】:

我有一个电子邮件 html 设计,但无法在电子邮件中显示图像,我将图像上传到我的驱动器并复制它的链接。

使用了这个代码:

 <a href="https://www.instagram.com/" style="text-decoration: none;"><img src="https://drive.google.com/file/d/1DHEcyMm0zdVrmO0/view?usp=sharing" width="30" height="31" alt="" style="border: 0; line-height: 100%; outline: 0; -ms-interpolation-mode: bicubic; color: #ffffff;"></a>

【问题讨论】:

    标签: html image url gmail styles


    【解决方案1】:

    尝试使用可公开访问的链接

    试试这个

     <a href="https://www.instagram.com/" style="text-decoration: none;"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Envelope_font_awesome.svg/1024px-Envelope_font_awesome.svg.png" width="30" height="31" alt="" style="border: 0; line-height: 100%; outline: 0; -ms-interpolation-mode: bicubic; color: #ffffff;"></a>
    

    【讨论】:

    • 是的,我知道这种方式,但我需要使用我设计的照片
    • @manalal-harbi 你可以试试免费的图片托管网站,比如hizliresim.com(我试过了,效果很好)
    猜你喜欢
    • 2016-01-08
    • 2018-04-22
    • 2017-09-18
    • 2015-11-13
    • 1970-01-01
    • 1970-01-01
    • 2017-10-26
    • 1970-01-01
    • 2011-03-25
    相关资源
    最近更新 更多