Can I create a second page and link to it from the main page with a button?

Can I create a second page and link to it from the main page with a button?
i.e multiple pages website

Thanks

Yep! You can create a new page, say page.html, and within the body tags of the index page put:

<a href="page.html"><button>click me</button></a>
1 Like

Thanks for sharing christina :wink:

No problem. Don’t forget to mark it as a solution :slight_smile:

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.