• Hi All,
    This is a difficult question to explain, hense the title!

    I am looking for the code to put in a link which when you click on it, takes you to a specific location on another (or the same) page.

    I have a page with a lot of content on which I want to put the headings of each section in boxes at the top, which can be clicked and then takes you to the point lower on the page where the information of for that section is.

    Do anyone know how to do it?

    Many thanks in advance

Viewing 1 replies (of 1 total)
  • Not very WP-ish but you need:

    A Bookmark like this one in the place where you want to go:
    <a name="Here_is_text_lower_on_the_page">Here is text lower on the page</a>

    and at the top of you rpage a link like this one:
    <a href="#Here_is_text_lower_on_the_page">Link</a>

    You can enter this after switching to the HTML TAB in your page-editor, but I am not sure if it stays intact if you switch back to the WSIWYG editor and save again.

Viewing 1 replies (of 1 total)
  • The topic ‘code for a link which takes you half way down a page, rather than just the top’ is closed to new replies.