Forums

Within a page, can you link to another part of that same page? (5 posts)

  1. moonfathom
    Member
    Posted 1 year ago #

    More specifically, I am wondering if on a page (and not the main HOME page), you can have a couple of options at the top and click on one that will take you to that section of the the page

    ex. Taurus
    Leo
    Aries

    If you click on Leo, it will take you to the Leo section of that same page, which will be between the info for Taurus and Aries.

    I am attempting to put a lot of information on one page and this would be the best option if it is possible.

    Thank You!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Something like:

    <ul>
    <li><a href="#taurus">Taurus</a></li>
    <li><a href="#leo">Leo</a></li>
    </ul>
    
    [...]
    
    <h3 id="taurus">Taurus</h3>
    
    <h3 id="leo">Leo</h3>

    should work. Note that the # and the id= names must match exactly.

  3. moonfathom
    Member
    Posted 1 year ago #

    Thanks, Esmi!

  4. Mark
    Member
    Posted 1 year ago #

    What if you wanted to do the same thing, but link to a specific section of a different page?

  5. K-Fella
    Member
    Posted 1 year ago #

    Just add the anchor after the page.

    index.html#section_to_link_to

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags