表格嵌套表格,出現(xiàn)沒(méi)對(duì)齊
去看天荒地老
2016-12-10 20:29:44
TA貢獻(xiàn)24條經(jīng)驗(yàn) 獲得超11個(gè)贊
把標(biāo)簽寫(xiě)完整
<table border=8 bordercolor=#0099cc width=100%>
<tbody>
??<tr>
???<td>Table No.1(Father Table)
????<table border=8 bordercolor=#ccffcc width=100%>
?????<tbody>
??????<tr>
???????<td><br>Table No.2(Son Table)<br></td>
??????</tr>
?????</tbody>
????</table>
????Table No.1(Father Table)
???</td>
??</tr>
</tbody>
</table>
舉報(bào)