I\'m currently adding verbose tooltips to our site, and I\'d like (without having to resort to a whizz-bang jQuery plugin, I know there are many!) to use carriage returns to
Razor Syntax
In the case of ASP.NET MVC you can just store the title as a variable as use \r\n and it'll work.
\r\n
@{ var logTooltip = "Sunday\r\nMonday\r\netc."; } Logs