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

浙公网安备 33010602011771号