View Single Post
Old 14-02-2006, 12:10:53 PM     #2 (permalink)
aqls

 
Join Date: Nov 2005
Posts: 1,075
aqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond reputeaqls has a reputation beyond repute

HTML Named Anchors are the keywords you're looking for:

http://www.w3.org/TR/REC-html40/struct/links.html

<a href=#thisIsWhereIWantItToGo>link to that part of the page</a>

<a name=thisIsWhereIWantItToGo>destination part of page</a>

something like that

sorry - that was same page. different page is similar but with # directly after destination url

so <a href=otherpage.html#thisIsWhereIWantItToGo> go there </a>

-aqls-

Last edited by aqls; 14-02-2006 at 12:14:03 PM. Reason: didn't read the question
aqls is offline