I want to create tooltip in img which is html expression
Example:
<img title="<b>My tooltip</b>" src="..."></img>
But what I get is text <b>My tooltip</b>
not processed html.
Is some way to do it?
I want to create tooltip in img which is html expression
Example:
<img title="<b>My tooltip</b>" src="..."></img>
But what I get is text <b>My tooltip</b>
not processed html.
Is some way to do it?
No. It's not possible to format the text in the tooltips with HTML. You'll have to use something like jQuery Tooltip Plugin .