Link Jump?

Discussion in 'HTML & Website Design' started by ViciousSummer, Apr 13, 2006.

  1. #1
    Can any one tell me what the code is for making a link jump to a certain part of the page? For example if someone clicks a link and the info they are looking for is 3/4th of the way down the page, what code would you use to jump them to that part of the page?

    Am I making any sense :p ?
     
    ViciousSummer, Apr 13, 2006 IP
  2. lorien1973

    lorien1973 Notable Member

    Messages:
    12,206
    Likes Received:
    601
    Best Answers:
    0
    Trophy Points:
    260
    #2
    At the point you want them to go to, you put this:

    <a name="blah"></a>

    To make them jump there, you make a link like this:

    <a href="#blah">go to blah</a>

    you can also call it from a different page like:

    <a href="http://www.domain.com/page.html#blah">go to blah</a>
     
    lorien1973, Apr 13, 2006 IP
    ViciousSummer likes this.
  3. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #3
    What lorien said. You want to set up the "anchor" on the page where you want to direct to, then use the special href code to get there.
     
    dcristo, Apr 13, 2006 IP
    ViciousSummer likes this.
  4. ViciousSummer

    ViciousSummer Ayn Rand for President! Staff

    Messages:
    3,210
    Likes Received:
    526
    Best Answers:
    0
    Trophy Points:
    308
    #4
    Thanks guys :).
     
    ViciousSummer, Apr 13, 2006 IP
  5. ViciousSummer

    ViciousSummer Ayn Rand for President! Staff

    Messages:
    3,210
    Likes Received:
    526
    Best Answers:
    0
    Trophy Points:
    308
    #5
    Hmmm...does this NOT work with php? :confused:
     
    ViciousSummer, Apr 13, 2006 IP
  6. ahkip

    ahkip Prominent Member

    Messages:
    9,205
    Likes Received:
    647
    Best Answers:
    0
    Trophy Points:
    310
    #6
    It should work with php, show me your code
     
    ahkip, Apr 13, 2006 IP
    ViciousSummer likes this.
  7. ViciousSummer

    ViciousSummer Ayn Rand for President! Staff

    Messages:
    3,210
    Likes Received:
    526
    Best Answers:
    0
    Trophy Points:
    308
    #7
    I gave up :). I'm impatient today and it was annoying me. Thanks anyways! :D
     
    ViciousSummer, Apr 13, 2006 IP