< img height = '70'width = '70'style ='display:block'src ='myDomain.com / imageName.png'>
当我打开Thunderbird或Outlook的通讯时,会显示图像.但是,当我使用Gmail打开它时,不会显示图像.我不知道Gmail是否使用代理,是出于安全考虑,还是其他方面.无论哪种方式,我想知道有没有人碰到过这个,如果是这样,它是如何解决的.
>在src url中包含该方案(使用“//”不起作用 – 使用完整方案EG:“https://”)>包括width和height属性>包括style =“display:block”属性>包括alt和title属性
例如:
<img src="https://static.mydomain.com/images/logo.png" alt="logo" title="logo" style="display:block" width="200" height="87" />