html - how to get link to jump to a spot further down the page?
(Click here to view the original thread with full colors/images)Posted by: 100%
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.
Posted by: LaPistola
Link (http://www.activejump.com/g-3.shtml)
Link2 (http://cafelate.homestead.com/files/html/internal_links.htm)
(http://www.activejump.com/g-3.shtml)
Posted by: 100%
Never before have i seen such perfection in pure minimal linkage.
Thank you.
Posted by: tesco
Put this where you want to go:
<a name="whateveryouwantnametobe">
Then use this for the link to that place:
<a href="#whateveryouwantnametobe">Link</a>
Posted by: 100%
simple & sweet
(but probably frowned upon by the html leets)
you could make a ping pong game with that trick...
