Link to a section of a webpage

Josh I picture Josh I · Dec 8, 2011 · Viewed 129.3k times · Source

I want to make a link that when clicked, sends you to a certain line on the page (or another page). I know this is possible, but how do I do it?

Answer

Daniel Hunter picture Daniel Hunter · Dec 8, 2011

your jump link looks like this

<a href="#div_id">jump link</a>

Then make

<div id="div_id"></div>

the jump link will take you to that div