How can line breaks be added within a HTML tooltip?
I tried using and \\n within the tooltip as follows:
\\n
Give \n between the text. It work on all browsers.
\n
Example img.tooltip= " Your Text : \n" img.tooltip += " Your text \n";
This will work for me and it's used in code behind.
Hope this will work for you