• Hello,
    I have a very long page, which has many buttons and links to click. When the buttons are pressed the page refreshes, and shoots the user back to the top of the page. I want somehow for the refreshing to take place on the current website view, and avoid sending the user back to the very top of the page. I’m not sure how to go about doing this. Any help will be greatly appreciated.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need internal links. Google it.

    You have to create “anchors”, and the link should include that information. There are various ways to do this.
    If you are familiar with “Anchors” and how they work you can set it up in straight HTML.

    You can also use “Tiny MCE advanced” to introduce new functionality into your kitchen sink when you create pages and post. Specifically there is an “anchor” button you can introduce to mark your anchor points in your page.
    Whci you will later link to with the”#” symbol.

    Check “html anchors” in google first so you can get a grasp of this basic html practice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Preventing page from refreshing to the top’ is closed to new replies.