Nested Tables
Problem: Nested tables (tables within tables), like tables used for layout, don’t work well in mobile design especially since they render poorly and increase the page size.
Solution: Instead of nested tables to control presentation, create well-formed XHTML and control the presentation with stylesheets.



Sign in or register to reply.