How do you link (with ) so that the browser goes to certain subheading on the target page as opposed to the top?
Just append a hash with an ID of an element to the URL. E.g.
and
http://mysite.com/#about
So the link would look like:
About
or just