如何删除Outlook 2007中的蓝色链接?

时间:2016-04-02 01:22:03

标签: email outlook html-email outlook-2010 outlook-2007

如何在Outlook 2007和2010中删除链接(包含在下面的span标记中的链接)停止变为蓝色?我可以找到其他方法来解决它们在Gmail,Aple Mail等,但不是Outlook 07& 10。

<p style="text-align:left;margin-top:0px;font-size:12px;line-height: 18px;font-family: Arial, Helvetica, sans-serif;color:#333333 !important;">

<strong>References: 1.</strong> March 2015. Available at: <a style="text-decoration:none !important;color:#5d5d5d !important;">http://www.cliniciansbrief­.com/sites/default/files/ attachments/ZoetisCN_Mar_FNL.pdf</a>. Accessed December 17, 2015.

</p>

1 个答案:

答案 0 :(得分:1)

最糟糕的情况是,您可以使用带有颜色属性的字体标记返回90年代:

<p style="text-align:left;margin-top:0px;font-size:12px;line-height: 18px;font-family: Arial, Helvetica, sans-serif;color:#333333 !important;">

<strong>References: 1.</strong> March 2015. Available at: <a style="text-decoration:none !important;color:#5d5d5d !important;" ><font color="#5d5d5d">http://www.cliniciansbrief­.com/sites/default/files/ attachments/ZoetisCN_Mar_FNL.pdf</font></a>. Accessed December 17, 2015.

</p>

HTML电子邮件根本不支持很多CSS。