Possible Duplicate:
How can I use a carriage return in a HTML tooltip?
I'd like to know if it's possible to force a newline to show in the tooltip when using title property of a TD. something like
<td title="lineone \n linetwo \n etc...">
Can this be done?