Use the following html hooks to create clickable links.
If you want the link to open in the same browser window/tab:
- <a href=”link“>open in same window</a>
If you want the link to open in a new browser window/tab:
- <a href=”link” target=”_blank”>open in new window</a>