Can you apply different colors to specific parts of a link when using HTML in an email?
I attempted the following:
<a href=""><span style="color: #AB2328 !important;">red part of link</span> normal part</a>
...I understand that splitting up the links would make it possible, but I'm hoping to maintain it as one single link.