To remove underline on hyperlinks:
- Set text-decoration inline style to none on the a tag.
Example:
<a style="text-decoration: none" href="...">Hyperlink</a>
To remove underline on hyperlinks:
Example:
<a style="text-decoration: none" href="...">Hyperlink</a>