01 Thinking in CSS Styles and not in Tables

Often lot of people use automated design tools like Frontpage and Dreamweaver. And the problem with these tools is that it generates lot of tables: usually tables inside tables inside tables. And then it becomes ugly not just to handle, but play with too. And the file too becomes heavy.

 And often it is easy to build  a complete layout, similar to the one of tables using CSS float and CSS clear. Overusing tables should be avoided as much as possible.