View Single Post
  #73 (permalink)  
Old 08-24-2007, 08:18 AM
ramkumaraol ramkumaraol is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 98
ramkumaraol is on a distinguished road
Default Re: Website Performance Tips & Tricks

Try to avoid nesting table.When you place a table inside another table, it takes a lot longer for the browser to work out the spacing since it has to wait to read the entire html and then work out the layout. If at all possible, try using CSS to create the columns on your page.

Thanks,
Ramkumar.B
Reply With Quote