Hello,
How to add line breaks within a HTML tooltip.
I tried using <br/>
and \n
within the tooltip like
<a href="#" title="Some long text <br/> Second line text \n Third line text">Hover me</a>
This was useless and i could see the <br/>
and \n
within the tooltip instead of executing ...
Any suggestions will be helpful.