柔性。 htmlText 中的图像对齐
我将 TextArea 的 htmlText 属性设置为以下值:
<img src="img.gif" />Some text<br><img src="img.gif" />Some text
“某些文本”的上边缘与相应图像的上边缘对齐。
如何按底部边缘(文本底部到图像底部)对齐? 是否可以?
备注:图片高度大于文字高度。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 HTML 文本中试试这个 -
Try this in the HTML text -
解决方案之一是在 TextArea 上使用 画布
One of the solutions is to use a Canvas over the TextArea