Forums

Hyperlinking on SAME page ?? (2 posts)

  1. bobreese
    Member
    Posted 2 years ago #

    I'm having trouble setting up hyperlinks for the same page of text.
    For example - at the top of the page I have a list of courses I offer - I want someone to be able to click on the course and have them taken to the course description below - on the same page. I'm sure it's simple - what am I missing?
    Thanks, Bob

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Example of an in-document link:

    <a href="#course1">Link to Course 1</a>
    
    [...]
    
    <h3 id="course1">Course 1</h3>

    The id and the href must match - with the addition of # in front of the href.

Topic Closed

This topic has been closed to new replies.

About this Topic