Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The “View full program details here” link works for me, what do you mean by “not working”?

    Thread Starter HoneyTrek

    (@honeytrek)

    The links work, but they do not take you to the right section on the destination page. when you click “Level #2” on the /TripCoach page, does it take you directly to the right section on the destination page?

    It does not for me in FireFox, IE or Chrome.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I see you’ve got a level 3 heading with the ID of “#level1”. Shouldn’t that be “level1”?

    Thread Starter HoneyTrek

    (@honeytrek)

    Thanks for all the replies Andrew. We have this.

    [ Moderator note: please wrap code in backticks or use the code button. ]

    <h3 id="#level1"><strong>Level 1: Traveler Q&A Skype Session</strong>
    blah text blah
    blah text blah</h3>
    
    <h3 id="#level2"><strong>Level 2: Mini Course in Long-Term Travel</strong>
    blah text blah
    blah text blah
    blah text blah</h3>
    
    <h3 id="#level3"><strong>Level 3: Master Traveler Course</strong>
    blah text blah
    blah text blah
    </h3>

    so the #level3 should link to the “Level 3: Master Traveler” section.

    Thanks,
    Mike

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you sure there should be hash characters in your ids:

    <h3 id="#level1">
    ...
    <h3 id="#level2">
    ...
    <h3 id="#level3">

    ?

    I think Andrew is right. This works on my site, and I have id=”name” without the hash character. You then use the hash character to jump to the right section: a href=”#name”

    Thread Starter HoneyTrek

    (@honeytrek)

    You guys were right Andrew & Tery….thanks SO much for taking the time to help out a noob!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Anchor Tags not working’ is closed to new replies.