Hey All,
Does anyone know if it’s possible to make something in the footer a hyperlink?
Thank You!
Hey All,
Does anyone know if it’s possible to make something in the footer a hyperlink?
Thank You!
Hi @Mark419 ,
Yes you can add HTML to the footer input if you wish.
To make a text a link you need to wrap the text in a tags like this (see image).
Footer text and <a href="http://twitter.com/doobox">I am a link to Twitter</a>
Thank you very much :-)!