I know table layouts where once the norm in web design and now with css they are shunned by most.
But when it comes to really complex page layouts surly tables are the best way to get that precise look.
For example I am working on a social networking type site with user profiles and so on, the main page layout of the site its self is standard divs and css XHTML markup but when it comes to creating the actual user profile page it is so complex that I found it impossible to create usings divs and css and still be consistant across browsers. But with a table based layout I can get exact look of the design and be almost consist across all modern browsers.
When I say tables I mean tables that are entirly styled by CSS, It seems that some people avoid using tables at all costs and even create psudo-tables from divs and Css rules that end up with even more complex markup than the table would have been, to me this is silly.
How do you feel about this?
But when it comes to really complex page layouts surly tables are the best way to get that precise look.
For example I am working on a social networking type site with user profiles and so on, the main page layout of the site its self is standard divs and css XHTML markup but when it comes to creating the actual user profile page it is so complex that I found it impossible to create usings divs and css and still be consistant across browsers. But with a table based layout I can get exact look of the design and be almost consist across all modern browsers.
When I say tables I mean tables that are entirly styled by CSS, It seems that some people avoid using tables at all costs and even create psudo-tables from divs and Css rules that end up with even more complex markup than the table would have been, to me this is silly.
How do you feel about this?