Click to See Complete Forum and Search --> : anchor?


zaryk
November 13th, 2008, 09:33 AM
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?

PeejAvery
November 13th, 2008, 10:31 AM
<a name="#someID">Content goes here</a>

Then, you just add #someID to the end of the URL.

PeejAvery
November 13th, 2008, 10:32 AM
[ moved ]