某頁table depth=10的原因之一

Posted by – 2009-01-13

剛剛發現某頁的table depth=10,便來去翻翻source code看是怎麼寫的

結果看到下面這種php code,內心一整個無言呀…………..Orz

<table border=”0″ cellpadding=”0″ width=”100%”>
<tbody>
<tr>
<td>
<table border=”0″ cellspacing=”0″ cellpadding=”1″ width=”100%” align=”center” bgcolor=”#c3d1e7″>
<tbody>
<tr>
<td align=”left”>
<table border=”0″ cellspacing=”0″ cellpadding=”0″ width=”100%”>
<tbody>
<tr align=”center” bgcolor=”#ffffff”>
<td>
<table border=”0″ cellspacing=”0″ cellpadding=”3″ width=”100%”>
<tbody>
<tr>
<td valign=”top”>
<table border=”0″ cellspacing=”0″ cellpadding=”0″ width=”100%” align=”center”>
<tbody>
<tr>
<td width=”100%” align=”left” valign=”top”></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>

1 Comment on 某頁table depth=10的原因之一

Respond | Trackback

  1. 小海 says:

    要寫出這樣也很厲害阿 XD

Respond

Comments

Comments