forrozeiro
Programmer
Hi,
Using the code <a title='description'>desc</a>, I get a square with the text 'description' whenever I put the mouse pointer over 'desc'. Is there a way I can insert line breaks or tabs into the text that is poped up to the user ? Something like:
<!-- this doesn't work -->
<a title='description\nbla\tbla'>desc</a>
And the result being:
description
bla bla
Thank you in advance.
Using the code <a title='description'>desc</a>, I get a square with the text 'description' whenever I put the mouse pointer over 'desc'. Is there a way I can insert line breaks or tabs into the text that is poped up to the user ? Something like:
<!-- this doesn't work -->
<a title='description\nbla\tbla'>desc</a>
And the result being:
description
bla bla
Thank you in advance.