-1

I want to put some line breaks in my tooltip but something goes wrong. I tried to use <br> with data-html="true" but there are just br as string(insted new line). I have also tried &#xA; and &#013; but it works only for first linebreak(second and others don't works - browser ignores this char). How is it possible to get a few new lines in tooltip as title?

joe paulens
  • 601
  • 2
  • 7
  • 9

1 Answers1

0

To give a line break in a tooltip simply use the enter key like the example below:

<a href="http://google.com" title='Sample



text'>Google</a>
Shakti Phartiyal
  • 6,156
  • 3
  • 25
  • 46