Skip to main content

Button Anchors

Make buttons that jump to specific articles on the same page. Add a short code to each article, link the button to it, and visitors will scroll straight to the right content with one click.

A button anchor is a link between a clickable button and a specific spot on the same page. When a visitor clicks the button, the page automatically scrolls to the linked article or section.

1. You can make buttons jump to specific articles on the same page by giving each article a unique ID in its source code. Use this format:

<div id="article-name">&nbsp;</div>

2. Be sure to replace "article-name" with a name that identifies the article. When a visitor clicks the button, the page will scroll directly to it.


3. Then paste the ID into the Image Properties of the file, like #article-name


4. Lastly, save all changes.

Did this answer your question?