Results 1 to 5 of 5

Thread: html - how to get link to jump to a spot further down the page?

  1. #1
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    What is the trick behind getting a link to jump to a certain part of the page.

    eg. in the menu, i have prices, seminars , dates
    All the info is found on the same page (long page)
    if the click "dates" i want it jump down to the section where all the dates are placed.

    Thank you in advance.

  2. Internet, Programming and Graphics   -   #2
    LaPistola's Avatar about BT Rep: +2
    Join Date
    Jun 2007
    Posts
    658
    Quote Originally Posted by bigboab View Post
    I don't know about the north but in the south an Englishman is about as welcome as a fart in a space suit.




  3. Internet, Programming and Graphics   -   #3
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    Never before have i seen such perfection in pure minimal linkage.
    Thank you.

  4. Internet, Programming and Graphics   -   #4
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Put this where you want to go:
    <a name="whateveryouwantnametobe">


    Then use this for the link to that place:
    <a href="#whateveryouwantnametobe">Link</a>

  5. Internet, Programming and Graphics   -   #5
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    simple & sweet
    (but probably frowned upon by the html leets)

    you could make a ping pong game with that trick...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •