Problems with nested tables



Dinesh Priyankara
07-09-2005, 11:15 PM
Hi All,

I am having a terrible problem with HTML nested table. How many HTML tables
can be nested? It seems IE 6.0 + SP 1 can handle only 27 nested tables. But
unfortunately, I have had to implement a page with more nested tables than
browsers can handle.

This is the code I used to test this behavior: Copy and paste the same code
again and again in {<!-- copy same and paste here --> } till you get about 35
nested tables. Then run the code with browsers and see.


<table width="100%" border=2" cellspacing="0" cellpadding="0">
<tr>
<td>Table36</td>
</tr>
<tr>
<td>
<!—copy same and paste here -- >
</td>
</tr>
</table>

Please give me a solution to handle this problem.

Highly appreciate all your reply.


Problems with nested tables