While creating an HTML email and testing it with Litmus, I noticed that Lotus Notes 8.5 is not showing any link styles. Despite using traditional methods to ensure compatibility with older mail clients, the links are still not displaying correctly in Lotus Notes 8.5. Interestingly, they appear styled properly in other clients like Lotus Notes 7 & 8.
Below is the code snippet:
<font face="Arial" size="2" color="#00b4da" style="font-size: 16px; line-height: 22px; color: #00b4da; text-decoration: none;">
<a href="http://www.link.com/" style="font-size: 16px; line-height: 22px; color: #00b4da; text-decoration: none;">
www.link.com
</a>
</font>
This issue could be a bug within the application or potentially caused by my coding. At this point, I'm unsure of what other options I have to troubleshoot this problem.