hi
i usually make tooltips like this:
<SPAN title="Tooltip">some text</SPAN>
that works fine; but now i got a tooltip where i would like to insert a new line, for example:
<SPAN title="Tooltip1<BR>Tooltip2">some text</SPAN>
Unfortunately that doesn't work, since Tags are not accepted inside another tags property... is there an easy solution for this?
any help appreciated
i usually make tooltips like this:
<SPAN title="Tooltip">some text</SPAN>
that works fine; but now i got a tooltip where i would like to insert a new line, for example:
<SPAN title="Tooltip1<BR>Tooltip2">some text</SPAN>
Unfortunately that doesn't work, since Tags are not accepted inside another tags property... is there an easy solution for this?
any help appreciated