Click to See Complete Forum and Search --> : Nested Tables vs Large Single Table


greggr
04-14-2005, 01:32 AM
Hi,

I apologise in advance if this is simple question...

I am new to html (and web development in general) and would like to know what the advantage is of using nested tables as oposed to one large (non-nested) table.

Does the browser read and display an html file with nested tables better?

If so, what criteria is used in determing whether nested tables should be used?

Any help or assistance would be greatly appreciated.

Thanks

Gregg

BonRouge
04-14-2005, 02:01 AM
There are no advantages for either way. You shouldn't use tables for layout.
Please read the article in my sig and if you like, you could go to my site - there are no tables there (except where I explicitly say "this is a table - do not use it").

greggr
04-14-2005, 02:25 AM
Thanks for your help. I'll look more into CSS.

cheers