View Full Version : what are nested tables?
PotsNPans
2011-06-18, 06:12 AM
What exactly are "nested tables?" I've heard these are good to avoid when designing a website, but I'm not clear on how they differ from regular tables.
suwunk
2011-06-20, 07:12 AM
Hence, nested tables. This technique means that tables can be placed within tables. Tables could then be placed within those tables, which would create a 3rd level of nesting, but at this point we won't go into anymore complexity than is necessary.
Nesting HTML tables tutorial (http://www.designplace.org/tutorials.php?c_id=5&page=1)
kabonm
2011-07-10, 03:34 PM
Hence, nested tables. This technique means that tables can be placed within tables. Tables could then be placed within those tables, which would create a 3rd level of nesting