ThunderTix logo

Support Forum

How do I create a clickable HTML link? - Thu - Mar 25, 2021 - 4:18pm

  • If you want a URL to appear as a clickable link rather than plain text, you'll need to add HTML needed to make it a hyperlink. Use the instructions below to create a link. 

    <a href="URL HERE" target="_blank">TEXT YOU WANT THEM TO SEE HEREr</a>

    The URL should either start with http or https. The text that you want them to see can either be the URL itself as seen below: 
    <a href="https://www.performerwebsite.com" target="_blank">https://www.performerwebsite.com</a>

    Or, it can be text representing that link as seen here: 
    <a href="https://www.performerwebsite.com" target="_blank">Visit the XYZ Website!</a>

    Links can be helpful for use in your confirmation emails and event descriptions.