USE CSS INSTEAD OF TABLES FOR YOUR DESIGNS.


If you already know a thing or two about web design you are probably sick to death of hearing about using CSS instead of tables for your layout. Well I\u2019m going to give it a brief mention anyways for all those web design n00bies out there. Use CSS to control your layout, don\u2019t use HTML tables for your design. Tables add tons of unnecessary code, are time consuming and expensive to make changes to once the site is completed, and only affect the layout of the single page you are working on \u2013 as opposed to using a single CSS file that affects the layout of any page you want. Don\u2019t bust your knuckles by typing the same code over and over again.