Page 1 of 1

Button to redirect to another page

Posted: 01 Jun 2016, 16:16
by mluci12
Hello! How can i create a button like scroll up to redirect to a html page when is clicked.

Button to redirect to another page

Posted: 01 Jun 2016, 17:30
by Admin
Hi,
What did you try? What code you have?
I think you can make that button a simple <a> link:

Code: Select all

<a href="page.html" id="btnid" title="Some title">Text</a>
Then, style and position the #btnid with css how you wish.