However, one consideration against CSS for exclusive layout control is the inconsistency of how different browsers render the page layout. Not every browser supports the same subset of CSS rules. For that reason, KNXU Communications creates a layout design that utilizes both tables with CSS. Our websites are multi-browser compatible.
TABLE BASED LAYOUT:
- tables great for tabular data
- larger amounts of code and a layout which could lead to slower download times
- creates a layout for content that makes it harder for bots and search engines to penetrate
- simpler code and a layout which could lead to faster download times
- creates a layout for content that makes it easier for bots and search engines to scan the web page content
- inconsistency of how different browsers render the page layout