Like online communications, links in your campaigns are underlined by default. If you do not like the look of underlined links, you can easily remove it. Simply follow the instructions below for the editor that you’re using. For more information about links in general, please refer to these articles:
How to remove the underline from links in the drag and drop editor
- Click on the block with the link in question.
- Highlight the linked text.
- In the blue text edit toolbar, click on the chain link icon.
- In the pop-up window that appears, uncheck the Underline link box.
How to remove the underline from links in the legacy* editor
- Click on the block with the link in question.
- Highlight the linked text.
- In the toolbar at the top, click on the </> button to open the block’s HTML code. The link that you created should look something like this:
<a rel="Click here" href="www.help.e2ma.net">Read more</a>
- Add a
style
attribute inside the a tag. If you already see astyle
tag, then skip this step. - Add
"text-decoration:none;"
after thestyle
tag. This tells the link that it should not be underlined. The code should look something like this:<a style="text-decoration:none;" rel="Click here" href="www.help.e2ma.net">Read more</a>
- Click on the Save button in the HTML pop-up to finalize your changes.
* In April 2022, our legacy editor was replaced with a new drag and drop editor. Accounts that existed prior to this change still have access to the legacy editor through their previously saved templates and campaigns, however new, from-scratch campaigns can only be created in the new drag and drop editor. Accounts that were created after this change only have access to the new drag and drop editor. Please refer to our new editor FAQ article for more information.