[pmwiki-users] Popup messages

Hans design5 at softflow.co.uk
Sun Oct 29 03:31:15 CST 2006


Sunday, October 29, 2006, 8:42:28 AM, IchBin wrote:

> Ok, below is what the actual data looks like with all the formating.

> %color=#ff7f00 define=directive%
> || ||xdebug@@'''.%directive%default_enable'''@@ ||On ||

> The problem I have is the actual data format I have to pass is a 
> problem. Can not seem to get the term hat need to be define in a tooltip
> to format correctly. Also I can not use the two double lines under the
> target term.

Set in config.php:
$HTMLStylesFmt['domTT'] = "
   a.tooltiplink { color:#ff7f00;
   font-weight:700;
   text-decoration: none;
   }

and then you can also simplify your data formatting (but don't need
to):
|| ||xdebug@@.%directive%default_enable@@ ||On ||


Hans





More information about the pmwiki-users mailing list