[Resolved] Please help !!!!!

Home Forums Support [Resolved] Please help !!!!!

Home Forums Support Please help !!!!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #130671
    Johan Falkbrink

    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

    #130672
    Tom
    Lead Developer
    Lead Developer

    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>

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.