表格嵌套表格,出現沒對齊
去看天荒地老
2016-12-10 20:29:44
TA貢獻24條經驗 獲得超11個贊
把標簽寫完整
<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>
舉報