Skip to main content

Button Anchors

Updated over 2 weeks ago

To anchor buttons to multiple articles on the same page, it’s possible by editing each article’s source code and giving it an ID, such as:

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

This will allow the page to scroll down automatically to the desired article upon clicking the button.


And then pasting the ID into the Image Properties of the file, like #article-name


Lastly, save all changes.

Did this answer your question?