Hi,
when setting a tooltip's Body's RenderHtml property to True, I can add img elements, but they don't get rendered. For instance, with the Text property set to:
<p><img src="http://upload.wikimedia.org/wikipedia/sr/3/34/HTML5_Logo_256.png"/>Test</p>
, I can see the text, but not the image.
The Image, ImageAlign, etc. properties won't do the trick for me, as I need more customizability than that.