Viewing 2 replies - 1 through 2 (of 2 total)
  • They’re called anchor links.

    On the item you want to make clickable, add a link to it that looks something like:

    #myheading

    Then flip to HTML view and on the heading you want to jump to, add an ID to the element with the matching string as your link, example:

    <h2 id="myheading">My Heading</h2>

    Lots more tutorials out there if you Google anchor links but these are the basics. Just be sure each ID is unique to the page.

    Thread Starter 12sp

    (@sp12)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you create a table of contents withing a post?’ is closed to new replies.