I wrote the following html code:
<img src="myImages/defaultImages/myPic.jpg" title="myFirstValue: 'DescriptionOfMyFirstValue', mySecondValue: 'DescriptionOfMySecondValue', myThirdValue: 'DescriptionOfMyThirdValue'" />
This creates a nice tooltip with some line breaks, but my area where the tooltip is visible is too small. How can I create a much larger area for my help?
Thanks!
source share