[pmwiki-users] 'title' attribute of an HTML link

Jean DEMARTINI jean.d.demartini at wanadoo.fr
Wed Jan 11 06:31:33 CST 2006


Jean Demartini a écrit :

>As all know, the 'title' attribute of an HTML link gives a bubble when 
>the mouse is moved over the link. How to define the 'title' attribute of 
>the HTML link associated to a PmWiki link ?
>
>A way similar to the way used to define the 'target' attribute could be 
>great !
>
>JDem
>http://www.unice.fr/Demartini/
>  
>
The following code put in the local/config.php file do half of the job:
 SDVA($WikiStyleAttr,array('title' => 'a'));

... but, due to an HTML specification ?, the value of the 'title' 
attribute seems to be necessarily an UTF-8 string. Then no diacritic 
signs even if the charset has been defined as ISO-8859-1 (ISO-latin).

Somebody an idea ? many thanks.

JDem





More information about the pmwiki-users mailing list