我有一个HtmlTable,我的边框线很粗,于是我使用了
css: 
.table1 {
text-align: center;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #dbdbda;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dbdbda;
padding-top: 1px;
}*.aspx:
引入css,
<TABLE class="table2" id="Table1"...
cellSpacing="1" cellPadding="0" border="0">
可是为什么我的整个表格只剩下了最下面和最右面的线啊?
表格中间的分割线怎么让它显示?难道要每个td class="table2" ? 多谢