Outlook adding destination URL in square brackets after hyperlink in HTML e-mail

亡梦爱人 提交于 2020-08-07 03:52:11

问题


Bit of a head scratcher here, and I'm still waiting on some details.

The client reported that in Outlook, they are seeing the link in square brackets after the A tag. This apparently just started with the most recent round of e-mails I did for them, but the link code has not changed.

Here is an example of a link :

<p style='margin-bottom:20px !important;' >
  <a href="https://www.fepblue.org/pilot/login" style="color:#005172; text-decoration:none; font-weight: bold; font-size:18px;">Visit MyBlue to log on or register today.</a>
</p>

Here is an image of what they are seeing : http://rweststaging.com/webmd_emails/example/example.png

I've tested in Litmus, and sent out test e-mails through MailChimp, and I'm not seeing that on any of the outlook versions.

I thought it might be some setting on their particular Outlook install, but they reported only seeing that happen on this particular group of e-mails.


回答1:


try to add https:// to link in <a> html tag



来源:https://stackoverflow.com/questions/29754989/outlook-adding-destination-url-in-square-brackets-after-hyperlink-in-html-e-mail

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!