gpt4 book ai didi

html - CSS 表格 cellpadding 和 cellspacing?

转载 作者:技术小花猫 更新时间:2023-10-29 12:03:55 25 4
gpt4 key购买 nike

Possible Duplicate:

How to set cellpadding & cellspacing in CSS?

我有一个小问题,我不知道如何让我的 CSS 样式删除 cellpadding 和 cellspacing。

我希望我能帮上忙。

最佳答案

table {  
border-collapse: collapse;
}
th, td {
padding: 0;
}

关于html - CSS 表格 cellpadding 和 cellspacing?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1285217/

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