NT 6 Outlook 2016/365: Purple color (visited link) easy fix Shared by Nischal Tiwari, 2020-08-17 20:05:25. Tagged: Hack, Outlook Copy to Clipboard Add to Snippets Snippet Trigger Manage Snippets Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your library. Manage your snippets. Copied to Clipboard Your snippet is out of date. Update snippet <style type="text/css"> a{color:#fff;} <!--Define the link color but don't include the !important tag and also define the inline styling --> </style> <html> <body> <a href="#link" style="color:#ff6600;">Link 1</a> <!-- This will help to remove the purple color link on visited link on Outlook email --> </body> </html>
This didn't help. purple text is still showing after clicking the link in outlook 2016. Any help you could provide would be great! Thank you https://cmeonline.wustl.edu/emails/cardiology-2019.html https://cmeonline.wustl.edu/emails/purplelink.png Reply to Tim Young
Found the solution. I added <body vlink="#FFFFFF"> for some reason outlook just doesn't care about those styles
brilliant, thank you! :)
Worked like charm :) thank you !
Thanks a lot, I don't understand how, but it worked!
This didn't help. purple text is still showing after clicking the link in outlook 2016. Any help you could provide would be great! Thank you
https://cmeonline.wustl.edu/emails/cardiology-2019.html
https://cmeonline.wustl.edu/emails/purplelink.png
<body vlink="#FFFFFF"> works like a charm for Outlook. Thank you!
Tim I am struggling too with this.
That's great Tim. Sorry, for the late reply.
Your comment below worked for me in Outlook as well, thanks for posting!
Found the solution. I added
<body vlink="#FFFFFF">
for some reason outlook just doesn't care about those styles