How to Create an HTML Button-Style Link
Because a lot of email clients don't download images automatically, it's best to keep your links as text.
This article will show you how to create an HTML based button link.
The table
You need to create a table for your text link to sit inside of, so create a table with the following attributes:
- 1 row
- 1 column
- 8px cell padding
Add your link
Apply a background colour to the table
- Whilst the table is selected navigate down to the paint bucket in the footer bar of the editor
- Select the colour you want your button to be
- Click the colour to apply it to your table
Style link text
Now you need to select your linked text and apply a colour to this too so it stands out against your button
If you need help doing this please check out our 'Changing Link Colour' article
Is there a way to remove the underline from the link without having to change the html code?