Skip to main content
How to Add an HTML Anchor Link to Your MV Page
Ira Kadir avatar
Written by Ira Kadir
Updated over a week ago

Want to give your people an easy way to skip and jump thru a specific section on your MV page? Well, now you can!

The way you can do this is by using an HTML anchor link. This sounds fairly technical and complicated but fear not - we’ll be guiding you through all the steps so you can get this set up in no time.

STEP 1

Create a custom button that will take people to the desired section

STEP 2

Identify the exact section on your page you’ll want people to land on once they click on the button you’ve created. Then, give your section a name. We’ll use 'anchor_link_one' in this example but you can use any name you like.

STEP 3

Edit the chosen section by clicking on the pencil icon.

Next, open the code source area by clicking on the '<>' icon.

Add the code below to the top section of the area:

<a id="YOUR_OBJECT_NAME_HERE"></a>

Replace the words in bold with your chosen name. For example, in our case, the code would look like this:

<a id="anchor_link_one"></a>

Hit the save button.

STEP 4

Go to the button you’ve created in Step 1 and insert the name to the button’s link making sure to add ‘#’ at the front of it like so:

#anchor_link_one



Hit the save button.

Voila! You did it!!

You now have a fancy button that will take people to a specific section on your page so they can easily interact with your content 🙌



Questions? Reach out to us at hello@membervault.co, within our Facebook group, The MV Collaborative, or via chat support within your admin account (not sure how to log in? look up your account here).

Did this answer your question?