There are two ways to add hyperlinks to POWR Apps.
1. Link Buttons
Some POWR Apps (Galleries, Sliders, Price Tables, Plan Comparisons, Buttons) have built-in buttons for adding links. You can:
Add any URL to the Button Link field in the POWR Editor.
2. Raw HTML
You can add hyperlinks to any text in a form element, map pin, photo caption, etc. by adding an HTML a tag in the text. You can choose to open the link in a New Browser Tab or in the Existing Browser Tab, like this:
- Existing Browser Tab:
<a href="http://www.google.com">Click this link</a>
or,
- New Browser Tab:
<a href="http://www.google.com" target="_blank" style="target-new: tab;">Click this link</a>
You can learn more about a tags here.
Comments
0 comments
Please sign in to leave a comment.