View Single Post
  #3 (permalink)  
Old 01-08-2009, 11:08 PM
MrGamm's Avatar
MrGamm MrGamm is offline
WebProWorld Pro
 
Join Date: Dec 2007
Posts: 268
MrGamm RepRank 3MrGamm RepRank 3
Default Re: CSS based design vs. Table based design

Css is technically the style layer while tables are a part of the data structure layer. One cannot replace the other. They are both useful. There is nothing technically wrong with using tables. I prefer not to use them when I can to help pages load more "gracefully"... However... there are just some things you cannot do without tables (without wasting 3 weeks of your life browser testing javascript hacks).

Use both...
__________________
James Weisbrod - programmer
Reply With Quote