Internal anchors with HTML

Advanced coding technique for those familiar with coding. Only works on Custom Pages with HTML Text Blocks

Updated over a week ago

We do not provide technical support for HTML code that you add.

You can set anchor links on Custom Pages with Text Blocks that have been converted to HTML.

The code has to be added like:

<ol>
<li><a href="#one">Part One</a></li>
<li><a href="#two">Part Two</a></li>
<li><a href="#three">Part Three</a></li>
</ol>

This would set a table of contents style set of links that when tapped, would take you to the anchor ID set lower down in the page as example

<h2 id="one">Part One</h2>
<p>Contrary to popular beli…
…</p>

  1. Added as ordered list (table of contents style)

  2. Anchor added to HTML block

If you were providing a URL to the page you could include the anchor link to take viewers directly to it by adding #one, #two, or #three to the URL.


Still have questions? Reach us on our live chat or email us at info@format.com We’re here to help!

Did this answer your question?