View Single Post
Old 08-05-2008, 20:28   #2 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
The only way you can alter how far down a page scrolls is linking to IDs or named anchors.

i.e. <a href="somepage.html#somelocation">Clicky</a>

And on somepage.html:

<something id="somelocation">

OR

<a name="somelocation"></a>
  Reply With Quote