用该去css版问啊
那里对这个感兴趣的人会多很多

解决方案 »

  1.   

    看这例子吧:<style>
      table,td{ border: 1px dashed blue;BORDER-COLLAPSE:COLLAPSE}
      td{height:20}</style><table width=100%>
      <tr>
        <td>&nbsp;asdfasdf</td><td>&nbsp;33333</td>
      </tr>
    <tr>
        <td></td><td>&nbsp;mmmmmm</td>
      </tr>
    <tr>
        <td></td><td></td>
      </tr>
    </table>
      

  2.   

    对table所使用的样式的代码是 :border:black dashed;border-width:1 0 0 1
      对td所使用的样式的代码是:border:black dashed;border-width:0 1 1 0 
    如果用点划线就把dashed换成dotted