How can line breaks be added within a HTML tooltip?
I tried using and \\n within the tooltip as follows:
\\n
The solution for me was http://jqueryui.com/tooltip/:
And here the code (the part of script that make Works is "content:"):
HTML HEAD
ASPX or HTML control
Hope this help someone