• 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

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Hyperlinking on SAME page ??’ is closed to new replies.