There are some sites that I find that when you click on the link, it goes to another page, and then anchors down to the, for example, forum post that you wanted to look at. How can this be done?
Printable View
There are some sites that I find that when you click on the link, it goes to another page, and then anchors down to the, for example, forum post that you wanted to look at. How can this be done?
Then, you just add #someID to the end of the URL.Code:<a name="#someID">Content goes here</a>
[ moved ]