gpt4 book ai didi

html - 表格背景图片顶部居中使用 html - 而不是 css

转载 作者:太空宇宙 更新时间:2023-11-03 19:34:46 24 4
gpt4 key购买 nike

我有一张 table (暗淡:100px * 500px),背景图片 - 1px*10px。我用css写后台代码:

background:  white url(../Images/line.png) repeat-x scroll top center;

但我想将其转换为表格标签中的 html 代码而不是 css 代码,喜欢:

<table bgcolor="#FFF" background=".....">

如何将此代码转换为 HTML?

最佳答案

这样不好。

但是:

<table background="http://yoursite/images/bg.png" width="500" height="500">
<tr>
<td>This is a test ...</td>
</tr>
</table>

关于html - 表格背景图片顶部居中使用 html - 而不是 css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10967165/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com