Comments Ann started the conversationJanuary 16, 2014 at 9:03amHi, 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! 948Max repliedJanuary 16, 2014 at 4:44pmHi, instead of the alert you can write your link there in clear text. example: <a href='http://yourlinkaddress.com'>button</a>Ann repliedJanuary 17, 2014 at 3:12amThank you! Sign in to reply ...
Hi, instead of the alert you can write your link there in clear text. example: <a href='http://yourlinkaddress.com'>button</a>
Thank you!