I want to add a link to my page that directs visitors to another page or website, how can I go about that?
Official response from Hector Venegas
You can add hyperlinks to most any page by going to the Content section of the page. Introduce your link with a statement (e.g. Click here to Learn More).
Highlight the area of text you want to act as the link
Once you highlight the text, you can click on the chain link icon within the toolbar
In the Insert/edit link pop-up box paste the full URL where you want your visitors to be directed to. In this pop-up box, you can also choose whether the link will open in a new window or the same window. Click the "Insert" button to place the link into your text.
Similarly, the broken chain icon will remove the related link.
Share this post
Showing 8 reactions
Sign in with
It sounds like you want to create anchor tags for your table of contents. A link with an anchor tag will send the reader to that part of the page.
To do so in an email, use the source code button in your WYSIWYG toolbar. For each piece of content you want to link to, then post <a name=" contentname "></a><br> above the content. Change the “contentname” to something unique for each piece of content, and remove the spaces.
You should see small anchors icons created in your content editor, but they should not show in your preview.
Once those are created, you can use the “Link” function described as above and you’ll see your anchor tags as new options for linking.
Hope that helps!
For mobile readers, keep in mind that Apple’s email app in iOS 8 and above does not support anchor tags.