I have a button on my homepage. After clicking the button, I want the button to take me to;
- specific place on my homepage. (around the middle)
- the top of my homepage.
How can I achieve this? Thanks
I have a button on my homepage. After clicking the button, I want the button to take me to;
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.