Ummm...you can use CSS the exact same way with tables as you can with DIVs. Meaning that if you you need to change something in a page with a table-layout you only need to change it in the CSS...just like using DIVs. All the table attributes can be defined in CSS.
The one problem I have noticed with DIVs is when a visitor uses IE6, which many still do. I have noticed many sidebars in blogs that have dropped to the bottom of the page (below the content), simply because one of the columns is too large. When you use DIVs, which you should learn anyway, makes sure you view your site in multiple browsers and version.
|