Try linking within the document like this:
If you want to create an anchor called tree-node-name, you simply add this line where you want the anchor to be:
<a name="tree-node-name">Your node</a>
After doing this, you can make a link pointing to the anchor using the normal<a href tag, like this:
Click
<a href="#tree-node-name" />
You can access this via link by appending #name to your base page url
www.your-domain-com/your-page.aspx#tree-node-name