Archived topic
Please help !!!!!
1 reply · Started by Johan Falkbrink on August 19, 2015
I am making a page where it should stand holes 1 hole 2 holes 3 etc. When you click on them, so you should remain on the same page but coming down to them the word further down this page where I want them to be found. How the hell do you make it so ????? Find nothing in the edit pages that you can choose the type anchor or bookmark or whatever it's called
Hi there,
This should help: http://www.echoecho.com/htmllinks08.htm
You need to set a point for the link to jump to, like:
<a name="jump-to-me"></a>
or:
<h3 id="jump-to-me">We're jumping to this header</h3>
And then link to it:
<a href="#jump-to-me">Jump to that area</a>
