Line Break on a Tooltip

Line Break on a Tooltip

Is there a way to add/include a line break to a jQuery Tool Tip. I've tried &#13 (amongst other things) but to no avail...

  1. <div class="menu" title="Click on a number to select which &#13 game you'd like to play...">


I'd like to be able to control how the text appears in the tooltip (i.e. where the line break appears, rather than the automatic word wrap), e.g. I'd like to be able to show this tooltip as:

Click on a number to select which
game you'd like to play...

rather than the way it defaults to based on the tooltip default width:
Click on a number to select which game
you'd like to play...