柔性。 htmlText 中的图像对齐

发布于 2024-07-17 05:32:50 字数 296 浏览 9 评论 0原文

我将 TextAreahtmlText 属性设置为以下值:

<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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

〆一缕阳光ご 2024-07-24 05:32:50

在 HTML 文本中试试这个 -

<table> <tr> <td> <img src="c:\1.png"/> </td> <td VALIGN="bottom"> Some text </td> </tr> </table

Try this in the HTML text -

<table> <tr> <td> <img src="c:\1.png"/> </td> <td VALIGN="bottom"> Some text </td> </tr> </table
Saygoodbye 2024-07-24 05:32:50

解决方案之一是在 TextArea 上使用 画布

One of the solutions is to use a Canvas over the TextArea

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文