gpt4 book ai didi

HTML 表格边框没有出现在 asp.net 中?

转载 作者:行者123 更新时间:2023-12-04 05:19:11 25 4
gpt4 key购买 nike

我有一张这样的 table :

<table width="100%" bgcolor="Wheat" style="border:Solid 1 Black">
<tr>
<th>
VendorCode
</th>
<th>
VendorName
</th>
<th>
Password
</th>
<th>
Email
</th>
<th>
Phone
</th>
</tr>

</table>

问题是我没有得到表格边框...我也在使用 updatepanel 和 ajax 工具包...谁能告诉我这是什么问题?

最佳答案

您需要指定边框声明的宽度部分的单位,我假设是px (例如,与 em 相反)。样式声明应该是:
border: Solid 1px Black

关于HTML 表格边框没有出现在 asp.net 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13857688/

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