Quote:
|
Originally Posted by theChronic
I believe table based sites load slower than a div based site? It seems that div is the new things and tables are on their way out. All the CMSs are trying to get all their followers to make div templates.
|
yes, that's true especially if the layout is complicated. the code for the table layout alone can be very much longer than css coding...
i used to code exclusively using tables... until i tried to hack a wordpress skin... then i realized that css is really much easier. the only problem with css is that sometimes firefox and ie interpretes them differently and you have to tweak the code over and over again until it appears 'almost' the same in both browsers.
but no looking back, i'm bought over by css now...
