elements. This is the approach Icurrently use, and probably will continue to use over the nextfew years.
Not only can you use CSS for the element layout they can also beused to control the table itself, like table width or backgroundcolour. This way, just by making a change in the external CSScontrol file you can change the tables for all web pages, andwith it the appearance/layout of the entire website.
One of the other advantages of continuing to use tables for pagelayout is that the pages are still easy to edit with most webpage editors, whereas if you use CSS themselves for positioningthen you will need a compatible editor.
Tables have been the mainstay of web page layout for many yearsand will continue to be over the next few years. However whencombined with Cascading style sheets they can become veryflexible and powerful, as well as simple to use.
To see how easy it is to do see
Web Page Layout UsingTables and CSS