I set htmlText property of a TextArea to the following value:
<img src="img.gif" />Some text<br><img src="img.gif" />Some text
The top edge of "Some text" is aligned to the top edge of the corresponging image.
How to align it by bottom edges (the bottom of the text to the bottom of the image)? Is it possible?
Remark: image's height is greater than text's one.