• Sometimes I have very long posts.

    To make it easier for a reader to navigate the post, I would like to include a table of contents with hotlinks to different places within the post.

    Q: Is there a way to do this?

    I appreciate your help and your time.

    Sincerely,

    Larry Parks

Viewing 1 replies (of 1 total)
  • Yes, possible..

    In the TEXT mode, Set ID attribute to those elements where you want the users to jump to while clicking a hot link, for example:

    <h2 id="wordpress">WordPress</h2>
    <p>WordPress is an inspiration..</p>

    in the table, add a link, set the href to #+{provided-id}: in our case: #wordpress so it will be <a href="#wordpress">wordpress</a> and while clicking this link, the view will jump to the content area which will appear on top of the page..

Viewing 1 replies (of 1 total)
  • The topic ‘adding hotlinks within posts’ is closed to new replies.