View Single Post
  #3 (permalink)  
Old 04-17-2008, 01:50 PM
Global Trucker Global Trucker is offline
WebProWorld Member
 

Join Date: Jan 2008
Location: KY
Posts: 27
Global Trucker RepRank 0
Default Re: How to Compress HTML Files ?

Make sure that all your CSS and JavaScript are in separate files. That way they are only loaded once for the site, not repeated every page. Reduce reliance on tables by putting layout into the CSS. Use the same graphics on more than one page, so they are only loaded once for the site.

how exactly do i go about this ?
__________________
www.GlobalTrucker.com
Reply With Quote