This is some relatively simple HTML coding.
For the person profile (the target) you need to put the following HTML tags around the title (where you want it to jump to):
<A name="NameHere">TitleHere</A>
This will create an "anchor" around that title.
Now, in order to create a link that jumps to that anchor, you need to modify the usual way a link work. The following would jump to the above anchor:
<A href="#NameHere">LinkText</A>
Try it out. If I'm not being very descriptive, ask again and I'll describe it a bit better.
Or a search for 'anchors links html' should bring up some good results.
Cheers,
Lloyd
http://www.LloydMorgan.co.uk