Campaign Standard: How to implement page anchors

Description description

Environment
Campaign Standard

Issue/Symptoms
A request has been submitted to implement an internal link type to create page anchors, also called jumping links.

Resolution resolution

Anchors can be implemented by using the HTML content component from the Email Designer.

Please consider the following example:

You can add the following HTML to the first HTML content component:
a href="#C4"Jump to chapter 4/a

And the second HTML content component will have:
a name="C4"Chapter 4/a

Lastly, the following line has to be commented out:
meta class="nl-dce-fragment" data-nl-name="EmailUrlBase"

Please note that this code line manages the relative URL, so if you remove it, all your URLs will need to be absolute.

recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f