View Single Post
  #6  
Old 01-26-2006, 04:33 PM
Archive Archive is offline
Administrator
 
Join Date: Mar 2009
Posts: 58,359
Default Website question

Posted By: Brian McQueen

Using Pagebuilder or some other "wizard" for building a webpage produces a lot of extra "junk code" that isn't necessary. That extra code is something that your browser has to "read" in order to open your page and that will add to bandwidth being sucked up.I took a look at the source code you used and it appears that you coded that by hand so that's a good start. Your best bet when using Geocities is to manually code everything in HTML, CSS, etc... yourself as that's how you'll have the best results for loading times.

CSS is really the best option as the HTML "table" method also produces a lot of code that can be tougher to read for browsers. It uses the least amount of bandwidth overall.

Reply With Quote