HTML电子邮件 - <a> tag inverts colour on click - Outlook</a>的图片

时间:2013-04-12 10:56:17

标签: image outlook click anchor html-email

Outlook 2010 - 点击时奇怪的颜色反转

样式表:

<style>
img {outline:none; text-decoration:none;}
a img {border:none;}
.image_fix {display:block;}
</style>

表格中的代码:

<td height="180" valign="bottom">
<a href="www.URL.com"><img align="right" class="image_fix" src="http://" alt="" title=""></a>
</td>

除了一张图像之外,所有图像都会出现相同的代码:

<td valign="top" height="365" rowspan="2" colspan="2"><a href="www.URL.com"><img class="image_fix" src="http://www.URL.com" alt="" title=""></a></td>

1 个答案:

答案 0 :(得分:0)

奇怪,以前没看过这个。你可能想继续使用rowspan和colspan,因为很多电子邮件客户端都有这些困难。

只插入没有图像的锚点会有什么行为?您是否从纯文本链接获得相同的行为?

过去我在不同的客户端使用png文件时遇到了一些问题。你用的是什么格式?