Question:

How do i do this with a link? ?

by  |  earlier

0 LIKES UnLike

I want it so when i click a certain word it brings me to a certain part on a page. It obviously needs some kind of link but how?

 Tags:

   Report

3 ANSWERS


  1. you need to make an anchor link.

    first identify the part of the page you want the person to go to and put this there

    <a name="name of anchor"></a>

    then the part you want them to click on you put this there

    <a href="http://www.YOUR DOMAIN.com/WEBPAGE LOC.html#ANCHORNAME">TEXT FOR LINK</a>


  2. This will skip you down to something called "Something"

    <a href="#something">Something</a>

    <p id="something">blah blah</p>

    If you want to go to another page then it's <a href="other-page.html#something"> Something</a>

  3. try this;

    <A HREF="URL OF SITE">TEXT</A>

    :)

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.