当前位置:首页经验技巧Excel经验excel知识

excel如何把表格做成实线

2026-01-19 11:58:55

1.怎么 在css里面把表格全部弄成实线的就象这样的 最好有具体的步骤.

<html>

<head>

<style>

<!--collapse属性控制表格是否立体凹陷-->

table.coll

{

border-collapse: collapse;

border-color:#999

}

td{border-color:#999}

</style>

</head>

<body>

<table class="coll" border="1" width="300">

<tr>

<td>123456789</td>

<td>123456789</td>

</tr>

<tr>

<td>123456789</td>

<td>123456789</td>

</tr>

</table>

</body>

</html>


电脑版

免责声明:本站信息来自网络收集及网友投稿,仅供参考,如果有错误请反馈给我们更正,对文中内容的真实性和完整性本站不提供任何保证,不承但任何责任,谢谢您的合作。
版权所有:五学知识网 Copyright © 2015-2026 All Rights Reserved .