I have read that nesting tables inside other table cells is bad Html practice.
When a browser reaches a table cell that has a nested table it has to go through and parse all of the table cells within the nested table.
From looking at various articles about the only reason I can find not to nest tables is that it slows down the page loading/parsing process. It takes up more bandwidth.
As long as all of the tags are closed properly, other than the hit taken in the efficiency of loading/parsing the page, I can't see any reason not to nest tables. I'm not sure that I agree with the idea that nesting tables, within reason, is bad Html practice.
Can anybody think of any other reasons why nesting Html tables is bad practice?