Can I anchor a button in an email? | Community
Skip to main content
Talia_Reid
Level 2
April 15, 2020
Question

Can I anchor a button in an email?

  • April 15, 2020
  • 2 replies
  • 3608 views

 

Can I anchor the "Visit our Site" button to take you down further in the newsletter? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SanfordWhiteman
Level 10
April 15, 2020
Talia_Reid
Level 2
April 15, 2020

I did search and I still have yet to find how I can link a button to take me down to another part of the email.

Level 2
April 16, 2020

Hi Talia, 

Please use the following code to anchor a button in the email.

<a href="#" style="background-color: #0a4977; color: #ffffff; display: inline-block; font-family: sans-serif; font-size: 13px; font-weight: bold; line-height: 40px; text-align: center; text-decoration: none; width: 200px; -webkit-text-size-adjust: none;" target="_blank">VISIT OUR SITE</a>

I hope the above is useful to you. Please let me know if you have any questions. 

Thanks, 

Prashanth

SanfordWhiteman
Level 10
April 16, 2020

The link to "#" doesn't make sense with "VISIT OUR SITE" text.

 

The question is about linking to other elements within the same email, and is answered at the link above.

Level 2
April 16, 2020

In that case, we need to specify the id of the element separately that would allow the user to go to that element within the page or email.