Posted by Mike
2015-11-23

Hello Tom
Can you tell me please if it is possible to make URL clickable, I know this has been asked before but the example only shows for email?
Regards
Mike
Posted by Tom
2015-11-24

>I know this has been asked before but the example only shows for email?

Yes, an example for email is here:
http://www.phpkobo.com/article--m2072

It's possible for urls, too. The difference is in email you put mailto: in href like
<a href="mailto:(your email address)">
For an URL, you simply put the url and no need for mailto: in href. For example,
<a href="(your url)">