怎样让table没有边框

<table boder="0" cellpadding="0" cellspacing="0">

  <tr>

  <td></td>

  </tr>

  <tr>

  <td></td>

  </tr>

  </table>

 

 

设置table boder、cellpadding、cellspacing 属性为0,就可以去除最外层Table边框啦了,

如果要去除 table 中 td的边框 ,可设置css: table tr td{border:none;}

posted on 2014-02-27 16:43  Sure_Yi  阅读(2046)  评论(0编辑  收藏  举报

导航