Okay
  Public Ticket #148180
Adding a link to a button
Closed

Comments

  • Ann started the conversation
    Hi, I created a button in a layer using the "insert button" option. How can I add a link to this button? By default it creates a javascript 'alert' code. I would like the button to open a specific page on the website. Thanks in advance!
  •  891
    Max replied

    Hi, instead of the alert you can write your link there in clear text. example: <a href='http://yourlinkaddress.com'>button</a>

  • Ann replied

    Thank you!