1 (edited by mak8w10 2015-07-26 22:40:00)

Topic: Clickable links - FIGURED OUT! [SOLVED]

I  figured it out.  Tnx.

Original post:

Hi there.

I want customers to be able to just click on the link from my website to go, say, to my Facebook page.

How can I make links clickable?  I've tried <a href=" and it does not work here.

Please let me know.

Thank  you!

Re: Clickable links - FIGURED OUT! [SOLVED]

I'm glad you've been able to resolve your problem. Thank you for letting me know.

For others reading this thread and experiencing a similar issue, a regular <a> tag (such as the one below) will work fine when you enter it in the Showkase editor as long as you are in source mode (by clicking the 'Source' button on the editor's toolbar) to tell Showkase that you are entering HTML code rather than just plain text.

<a href="http://www.example.com/index.html">Click here.</a>