我无法以HTML合并表格中的边框,有人可以建议吗? 我什至使用了border-collapse属性。
<html>
<head>
<style>
table{cellspacing : "0";}
th{border-collapse : collapse;}
.g{ border-width : thick ; border-color:blue;}
td {text-align : center; cellpadding :"10";
border-collapse:collapse;}
caption{text-align:center;}
</style>
</head>
</html>
答案 0 :(得分:2)
您需要在桌子上而不是td上设置border-collapse
属性!
table {
border-collapse: collapse;
}
答案 1 :(得分:0)
HTML:
FileNotFoundError: [Errno 2] No such file or directory: './Input/Sample_info_.xlsx'
尝试这个
CSS:
<table id="table">
</table>