当我将我的Html加载到我的电子邮件签名时,图像不显示 [英] Images Not Showing Up When I Load My Html To My Email Signature

查看:386
本文介绍了当我将我的Html加载到我的电子邮件签名时,图像不显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在疯狂地试图解决这个问题,而且我在编码方面并不是那么出色,因为我只是在高中时才这样做。我为我的公司创建了一个电子邮件签名,我在photoshop上做过。这一切都很好,直到需要改变格式并且我的老板希望文本在图像上.....因此改变了项目的整个方面。这意味着我必须做一些编码,并使用HTML而不仅仅是图像。所以我去了photoshop图像上创建切片,并将文本链接到网站,电子邮件等。然后我将其导出为html,我将所有文件存储在一个名为images的文件夹中,这就是我在编码中所称的。然后我在桌面下面有html文件。当我点击它,并加载到浏览器它完全正常,加载和所有链接工作完美,但然后当我把它放入我的Gmail或imail签名它不会加载任何东西,他们只是空白框与问题标记,但链接仍然有效。我花了一整天时间试图解决这个问题。我需要帮助!我该如何解决这个问题并让它在我的电子邮件签名中工作!

I have been going crazy trying to figure this out, and I am not that great at coding, considering I've only done it back when I was in high school. I have created an Email signature for my company, and I did it on photoshop. It was all good until the format needed to be changed around and my boss wanted the text to be on the image..... therefore changing the whole aspect of the project. this meant I had to do some coding, and use an HTML instead of just an image. so i went and created slices on the photoshop image, and linked the text to the website, email, etc. I then exported it as an html and I have all the files stored in a folder called images which is what its called in my coding. I then have the html file below it on my desktop. when i click it, and load into the browser it works perfectly fine, loads up and all the link work perfectly, but then when i go to put it into my gmail or imail signature it wont load anything, they are just blank boxes with question marks but the link still work. ive spent all day trying to figure this out. i need help! how can i fix this and make it work in my email signature!

推荐答案

你好,



给你的图片路径是我们的绝对网址,如下所示。



Hi,

Give your image path us absolute URL like below.

<img src="http://ServerHost/VirtualDirectoryName/Imagefile.jpg" alt="SignImages" />





假设你的申请网址是www.test.com,图片名称是SignPic.jpeg



那么





suppose your application URL is www.test.com and image name is SignPic.jpeg

then

<pre lang="HTML">
<img src='www.test.com/SignPic.jpg' alt='SignImages' />
</pre>







谢谢




Thanks


这篇关于当我将我的Html加载到我的电子邮件签名时,图像不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆