This article will show you how to create linked elements, like text, buttons and images, in Subscribe.
Linked text
- Double click on the text you wish to add the hyperlink
- Click on the Hyperlink icon in the toolbar above the text
- On the right hand sidebar, open Settings by clicking on the Gear icon
- Input the target destination in "Href" field
- To link to internal pages within your project, click "Custom Url" and it will show a dropdown containing a list of pages inside your project. Select the page target destination.
- If you wish to link to external pages, select "Custom Url" for "Href" field, and define your target destination in "Custom URL" field. See example below.
NOTE: This adds a link to the text only and not its container
Linked buttons
- Select your Button element and click on the edit button
- In the code editor, add an anchor tag with the target link, example: <a href="URL"> and ending tag </a> surrounding your button. Where: URL is any url.
- The example below shows a button with a link to an upsell page:
Linked images
- Select your Image and click on the edit button
- In the code editor, add an anchor tag with the target link, example: <a href="URL"> and ending tag </a> surrounding your image. Where: URL is any url.
- The example below shows an image with a link to an upsell page:
- To ensure your elements are pointing correctly, select the linked element and click the arrow to reach the link. Navigate to the Gear icon to ensure "Href" field is set.
- Click SAVE