02-18-2008, 01:33 AM
|
#4 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
|
the main reason is browsers have to process everything in your tables twice, if your entire site is one large table it will actually process it twice. The first time to get the structure the second to get the content. If you make your design with out tables, ie with css browsers will only process the page once. Also your page size will but cut way down because there is no longer a need for all the extra lines with <tr><td>.. on them.
|
|
|
|