我是用图像映射创建的HTML时事通讯页面,它工作得很好,但当我从浏览器复制内容粘贴到windows outlook上时,它完美地张贴在这里,但图像映射在这里不起作用。我也尝试了adobe photoshop slice工具在每个切片上添加URL,并保存为web,它创建了一个图像文件夹,其中所有切片和一个HTML文件。当我在浏览器中打开这个HTML文件时,它看起来很完美,但是当我复制所有内容并粘贴它时,在outlook上,它在图像上显示了一条白线。我想要一个图像,其中有多个链接到图像的不同区域,并通过我的outlook帐户发送给客户端。我该怎么做呢?
这是我的带有区域映射的HTML代码
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div align="center">
<img src="https://d2slcw3kip6qmk.cloudfront.net/marketing/press/images/template-gallery/newsletter-classroom@2x.jpeg" alt="Smiley face" height="100%" width="80%" usemap="#Map">
</div>
<map id="Map">
<area shape="rect" coords="14, 13, 460, 162" target="_blank" href="http://securitylinkindia.com/may17report.html" title="new" alt="">
<area shape="rect" coords="18, 189, 154, 604" target="_blank" href="http://securitylinkindia.com/may17whitePaper.html" title="new" alt="">
<area shape="rect" coords="166, 190, 308, 441" target="_blank" href="http://securitylinkindia.com/may17dahua.html" title="new" alt="">
<area shape="rect" coords="322, 190, 462, 438" target="_blank" href="http://securitylinkindia.com/may17report.html" title="new" alt="">
<area shape="rect" coords="168, 455, 461, 603" target="_blank" href="http://securitylinkindia.com/may17whitePaper.html" title="new" alt="">
</map>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div align="center">
<img src="https://d2slcw3kip6qmk.cloudfront.net/marketing/press/images/template-gallery/newsletter-classroom@2x.jpeg" alt="Smiley face" height="100%" width="80%" usemap="#Map">
</div>
<map id="Map">
<area shape="rect" coords="14, 13, 460, 162" target="_blank" href="http://securitylinkindia.com/may17report.html" title="new" alt="">
<area shape="rect" coords="18, 189, 154, 604" target="_blank" href="http://securitylinkindia.com/may17whitePaper.html" title="new" alt="">
<area shape="rect" coords="166, 190, 308, 441" target="_blank" href="http://securitylinkindia.com/may17dahua.html" title="new" alt="">
<area shape="rect" coords="322, 190, 462, 438" target="_blank" href="http://securitylinkindia.com/may17report.html" title="new" alt="">
<area shape="rect" coords="168, 455, 461, 603" target="_blank" href="http://securitylinkindia.com/may17whitePaper.html" title="new" alt="">
</map>
</body>
</html>
我需要一个尽快的解决方案。感谢您的贡献...
发布于 2017-05-12 16:27:14
最好的方法是将图像单独切片,并将它们放在单独的表格单元格中。这样你就可以给每个人一个链接。
如果将图像映射粘贴到outlook中,它将无法正常工作。
https://stackoverflow.com/questions/43910739
复制相似问题