Tagged: anchor links
I want to create anchor links and link text within the page. How to do that ? I looked through your guide but was unable to understand. ? ( Want to use it in blogs )
Hi sarthakchoudhary,
You would need two things to do that.
1. The Target – you can do this by adding an ID to any element or section.
Edit any element and go to Advanced > Developer Settings > Custom ID Attribute and put features
2. The Link – you can simply add a button or an anchor link and set it’s link to (or href) #features
When the link is clicked, it will go to the target location.
Please note that ID (The Target) should be unique, so there should be no duplicate within the page.
Hope this helps.
Best regards,
Nikko
Thank you Nikko