How to make button take you to specific place on homepage

I have a button on my homepage. After clicking the button, I want the button to take me to;

  1. specific place on my homepage. (around the middle)
  2. the top of my homepage.

How can I achieve this? Thanks

It’s possible if you add the HTML ID attribute to these sections, then you can use anchor links:

#section-id-here

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.