• rookie37

    (@rookie37)


    At the top of the page I’m putting a brief outline outline of what’s on the page. I will then put a hyperlink that will scroll down the page. How do I do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Samuel B

    (@samboll)

    Thread Starter rookie37

    (@rookie37)

    I tried to follow the tutorial above. I don’t understand it

    I added 2 lines to my page

    <H2><A NAME="purchasing">Purchasing</A></H2>
    
    <A HREF="anameexample.html#purchasing">Purchasing</A>

    It made a hyperlink but couldn’t find where to scroll to

    govpatel

    (@govpatel)

    In your editor highlight the phrase to want to link and click on link in pop up
    delete https:// and enter #name (name can be anything you want)

    then where ever you want that link to go to you put it in
    <div id=”name”>your text here </div>

    the name is same name you used in link

    Thread Starter rookie37

    (@rookie37)

    Didn’t work

    It takes me off the page and says page not found

    However, this is identical to when I tried

    <H2>Purchasing</H2>

    Purchasing

    Perhaps there is a problem with my page or copy of WordPress

    govpatel

    (@govpatel)

    I have done exactly I have on my post in test article on my test site and working fine.

    https://govpatel.com/about

    click on the link and you will take you bottom

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I make hyperlinks for the same page’ is closed to new replies.