好的,我有一封我创建的电子邮件,图片使用地图重定向到不同的链接。该电子邮件可以通过我的电子邮件和另一封电子邮件正常工作,但是另一个人的底部图片链接无法正确映射。
<img src="https://example.com/images/NPHomeButtons.jpg" usemap= #HomeButtons border=0 width=600>
<map name=HomeButtons>
<area shape=Rect Coords=0,0,120,48 Href="http://www.example.com/">
<area shape=Rect Coords=120,0,240,48 Href="http://www.example.com/inventory/New/">
<area shape=Rect Coords=240,0,360,48 Href="http://www.example.com/inventory/Used/">
<area shape=Rect Coords=360,0,480,48 Href="http://www.example.com/get-approved/">
<area shape=Rect Coords=480,0,600,48 Href="http://www.example.com/contact-us/">
</map>
但是在这张图片上,其他用户遇到了问题
<img src="https://example.com/images/NPAdGraphic.jpg" usemap= #AdGraphic border=0>
<map name="AdGraphic" id="AdGraphic">
<area alt="" title="" href="http://www.example.com/giveaway/" shape="rect" coords="0,5,600,182" style="outline:none;" target="_self" />
<area alt="" title="" href="http://www.example.com/giveaway/" shape="rect" coords="9,1205,224,1278" style="outline:none;" target="_self" />
<area alt="" title="" href="http://www.example.com/inventory/New/Mazda/" shape="rect" coords="231,1206,451,1277" style="outline:none;" target="_self" />
</map>
在另一个用户的网站上,最后两个区域的映像图像高于应该的图像
我们都尝试在浏览器和Outlook中打开图像,但我无法复制他的问题,也无法找到解决方案。
有什么想法吗?
答案 0 :(得分:0)
我不确定,但主要区别在于第一张图片有宽度而第二张没有,您是否尝试过向第二张图片添加宽度?