Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents
minLevel1
maxLevel7
excludeTable of Contents

Anchor Links

Adding an anchor link in your email is easier than you think - all you need is basic know-how of the HTML link structure of anchor links. An anchor link is made up of two parts: the URL link and the actual anchor tag that the link is “jumping” to in your email.

  1. To start, we’ll use an example template (Themed template “Newsletter 1”), with a four-column navigation layout at the top.
    While these links were designed to link to content on the club website, we can repurpose these to link instead to content within the email itself.

  1. Now that we have our navigation menu within the email, it’s time to create the actual anchor tags. First, click and drag an HTML content section to where you want your link to “jump” to. 
    Click into your HTML block to begin editing within the Content Properties panel on the right-hand side.

  2. Remove the existing HTML, and replace it with the following:

    1. <a name="aroundtheclub"></a> Please Note: The name aroundtheclub can be replaced with any name of your choosing. You’ll also notice that the code is not visible in the actual email. Now that we have our anchor tag in place, we can create the hyperlink.

  1. Back up at the navigation, highlight the “Around the Club” text and select the hyperlink tool. 

  2. In the URL field, set your link as #aroundtheclub (or a pound/hash followed by whatever name you chose when creating the anchor in step 2). Be sure to also set the target to “None.”

And that’s it! These steps will need to be repeated for each anchor created. 
Please Note: Each anchor needs a unique name to ensure that they each work properly.