Forum Moderators: open
In some ways it might be better to use more tables. If the whole page is in a table, some browsers won't start rendering until they have the whole thing. That can make the user think it is a slow-loading or dead page. Make it separate tables, and the page will appear in stages making for a happier user.
But nesting can get hairy. 5 or more deep used to upset Netscape. Too many too deep can render oddly on any browser.
1. dont nest more than 2 (3max) deep - that is tables within tables....
2. if the table gets too large split into two or more to speed downloading of some content.
There is a size of content within a table at which some browsers will only display something when they have downloaded it all this can make for slow surfing...
3. Seperate elements such as header contents footer etc into seperate tables, for ease of editing speed of loading etc ...
Oh and thats not getting into mixing % and px sizing which starts another whole ball game, or IE and NN compatibility :-( of various formats ...
Hope this helps...
How many did you want to use?