Tooltables problem with tags inside the cell content
Tooltables problem with tags inside the cell content
Hi everybody,
I´m having some problems with Tooltables extensions. The problem happens always when I have more than one tag in the cell content, for example, when I use the overLib plugin ou a title attribute in a hiperlink tag.
Example:
<A HREF='...' overlib('<B>Here is the problem</B>',FGCOLOR,'#FFFFDD',WIDTH,500);\" onMouseOut=\"return nd();\">value</A>
The output in this case is:
Here is the problem',FGCOLOR,'#FFFFDD',WIDTH,500);" onmouseout="return nd();">value
It seems that Tooltables gets confused after the first ">" character.
If I don´t use "<B>" tag, everything works fine.
Is there a solution for this? Can someone help me?
Thanks in advance,
Rodney