Thread: Tables??
View Single Post
Old 02-18-2008, 01:33 AM   #4 (permalink)
CoryMathews
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

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.
CoryMathews is offline  
Reply With Quote