-
table的表格间隙问题
- 加上
<table cellpadding='0' cellspacing='0'>
- 加上
-
table表格元素居中显示
table tr th,td {text-align: center;}
-
table表格边框重合问题
table {border-cellapse: cellapse;}
-
边框样式
border-style:dotted solid double dashed;
- 上边框点状线,右边框实线,下边框双线,左边框虚线
table的表格间隙问题
<table cellpadding='0' cellspacing='0'>
table表格元素居中显示
table tr th,td {text-align: center;}
table表格边框重合问题
table {border-cellapse: cellapse;}
边框样式
border-style:dotted solid double dashed;