Quote:
|
Originally Posted by randfish
I think it's highly unlikely that table support will ever be dropped or even dowgraded by browsers, so unless you're doing it to be 'Cool' or because you prefer it, it seems to be 6 of one and half a dozen of the other.
|
Using tables gives you less control over layout. If I design a site with tables, then later decide I want to move the nav from the left to the right, I would have to change the table to do it. If I used no tables, I could easily move it from the left to the right by simply changing one css file.
So, you don't do it to be "cool", you do it to have more control over your sites.