Advanced coding technique for those familiar with coding. Only works on Custom Pages with HTML Text Blocks
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>
-
Added as ordered list (table of contents style)
-
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.
Reach us at our live chat or via our email info@format.com if you have any more questions. We’re happy to help!