在图像上显示表格

发布于 2024-11-07 08:31:25 字数 216 浏览 0 评论 0原文

<table>
<tr>
<td>
<img src="/me/images/register.jpg" width="680" height="290">
</td>
</tr>
</table>

如何在此图像上显示文本标签

<table>
<tr>
<td>
<img src="/me/images/register.jpg" width="680" height="290">
</td>
</tr>
</table>

how can i show text and lables on this image?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

乞讨 2024-11-14 08:31:25

将您的图像作为 tdtrtable 上的背景。如果图像的高度和宽度不是 100%,请使用 background-position 将图像放置在您想要的位置。然后就像在表中一样使用 html 。

像这样: http://jsfiddle.net/zPm2R/

Have your image as a background on either the td, tr or table. If image is not 100% height and width, use background-position to position your image where you want it. Then just use html as you would in the table.

Like this: http://jsfiddle.net/zPm2R/

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