ouyansh

  博客园 :: 首页 :: 新随笔 :: 联系 :: :: 管理 ::

用的比较多的一个表格样式,以前总是想着项目里有,结果要找的时候总是找不到。整理出来,方便查找使用。

<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%">
  
<tr align="center">
    
<td height="33"  colspan="4">标题1</td>
    
<td height="33">标题2</td>
    
<td height="33">标题3</td>
    
<td height="33">标题4</td>
    
<td height="33">标题5</td>
  
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; margin-top:-1" bordercolor="#111111" width="90%">
  
<tr>
    
<td height="30" align="center" colspan="7" >标题6</td>
  
</tr>
</table>
posted on 2009-06-22 17:17  ouyansh  阅读(230)  评论(0)    收藏  举报