Advanced coding techniques 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 this:
<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 for example
<h2 id="one">Part One</h2>
<p>Contrary to popular beli…
…</p>
-
Added as an ordered list (numbered bullet points)
-
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!