When I add a button, I can’t add a link to it. How do I make a button which links to another page or to an external URL?
The reason for this is that in HTML, buttons are simple elements which cannot link anywhere.
We’ve built Divhunt to match native web development as much as possible, so this is also how it works in Divhunt.
If you want to create a button that links to another page, you should add a link element, place text inside of it, and style it like a button!