Published — v. 1
/
How to remove the underline from a link
How to remove the underline from a link
To remove the underline that is typically added by default to a link, you can use the "text-decoration" style definition and set it to "none". This is done by manually inserting the inline style here shown in green in the link (or links) code of your HTML message:
<a style="text-decoration: none;" href="http://%5btrack%5d/http://www.myWebSite.com/" target=_blank>This is my link</a>
, multiple selections available,
Related content
How to make an image become a link
How to make an image become a link
More like this
Text only version
Text only version
More like this
How to track links when Automated Link Tracking is turned off
How to track links when Automated Link Tracking is turned off
More like this
How to insert a link to the web version of a message
How to insert a link to the web version of a message
More like this
My HTML message appears different from what I expected in Microsoft Outlook
My HTML message appears different from what I expected in Microsoft Outlook
More like this
CSS does not work
CSS does not work
More like this