Quote:
Originally Posted by TruthElixirX
Can someone explain if they did get rid of al ltables jsut how much faster it would be? Are we talking faster load times, less disk space, less server load? What?
|
An html page full of tables: 30kb
The same page without tables (divs/css): 19kb
Is 19kb faster? sure is
Will it use less disk space? sure does (less data on saved in database)
Less bandwidth? yep -- do the math

Less server load? not really
tableless layouts are treated as text -- what I mean is that your browser will display the first character as soon as it reads it
with tables (it depends on code and the browser you use) ...
some content may not be displayed until the last character within table is read
tableless layouts can be viewed on all modern appliances (pdas, etc)