[pmwiki-users] Titles for external links

Petko Yotov 5ko at free.fr
Mon Jun 11 07:07:56 CDT 2007


On Monday 11 June 2007, Steve Glover wrote:
> Is there a way, please, to include a title in an external link that will
> show up as a tooltip if the user's browser is capable of it?


You can have link titles for external links this way:

   [[http://www.wikipedia.org/"The free encyclopedia"|Wikipedia]]

will print Wikipedia and a tooltip "The free encyclopedia".

To enable this, you need to set in your config.php this line:

 $UrlLinkFmt = "<a class='urllink' href='\$LinkUrl' rel='nofollow' 
title='\$LinkAlt'>\$LinkText</a>";


Thanks,
Petko





More information about the pmwiki-users mailing list