Using tables to control view across different screen resolutions.

J

Jim

Is it correct to place all content in one 100% width table? Or can I position content in multiple tables nested within a parent table set to 100%? If so, should all tables be set to 100% to control view across multiple screen resolutions or should the nested tables be set differently.
 
M

Mr B

Doesn't matter. I sometimes use tables inside of tables when the layout needs to be done that way.
I normally have a table with one big cell set to 80 - 90 % for the main site (to leave a border) and
then sometimes put other tables in side of that to get an Actual Table layout.
 
Top