1. Open Your Website Project #
- Click on Website from the left-side menu.
- Choose an existing website project or click Create New Project to start fresh.
2. Add a Custom Code Block #
- In the builder, drag and drop the “Custom Code” element onto the section of your page where you want to add the anchor link.
3. Insert Your Custom Anchor Code #
- Inside the blank custom code window, paste your HTML code.
<p>This is test content <a href="#my-section">Click Me</a></p
4. Add an Anchor Target #
- Now, go to the section where you want the link to scroll to and add another custom code block with an anchor tag like this:
<a id="my-section"></a>
- This marks the destination the link will scroll to.
5. Save Your Work #
- Click Save to apply the changes.