Code to move to a point on a web page

Soldato
Joined
29 Apr 2007
Posts
4,841
Location
London
what is the code to move to a part of a web page? Say you had a very long web page vertically and you wanted a link that would move the person down to a certain point, or to the bottom?
 
Well you can do this:

Code:
Http://www.mysite.com/index.html#newsection

When a user navigates to that it will scroll down to the section that has the id of "newsection"
 
Back
Top Bottom