Description: Many "tricks" were developed before the days of CSS in order to display neat-looking web pages. The main trick is to use tables (with the property border = 0) in order to put menus and other similar content on the page. This article will teach one how to stop using those messy tables and enter the world of design with CSS. Introduction Way back in the old days of the web, there were no standards and web browsers were developing new tags almost daily. When W3C developed...