When Office 365 and the new Outlook.com encounter an empty href, it will remove the <a> tag but leave its content. For example…
<a href="">Hello world</a>
… would become :
When you have any content other than a URL inside a href, Office 365 and the new Outlook.com will show this content inside the email between brackets. So the following example…
<a href="Hello">world</a>
… would become :
This bug was discussed on Litmus Forums here.
When Office 365 and the new Outlook.com encounter an empty
href, it will remove the<a>tag but leave its content. For example…… would become :
When you have any content other than a URL inside a
href, Office 365 and the new Outlook.com will show this content inside the email between brackets. So the following example…… would become :
This bug was discussed on Litmus Forums here.