如何显示表格内单元的边框
<asp:table id="table1" style="Z-INDEX: 117; LEFT: 32px; POSITION: absolute; TOP: 176px" runat="server" Width="98%" Height="120px" BorderWidth="1px" CellPadding="1" CellSpacing="1" BorderColor="Black" BorderStyle="Solid"></asp:table>
引用了表格控件
但是只能显示外边框,里面单元格怎么显示不出来边框呢?