Something a little bit off-topic.
When you design your Web-sites, stay away as far as possible from htl editors and tools that will help you generate the code.
They add between 30~90% useless code into your web-site making it harder to debug and maintain plus wasting valuable server space and slowing downloads/access down.
Get one of the FREE online HTML guides and start coding your own, it is honestly easy and you can learn the basics in a few hours.
I at the most use tools for basic layout designs but everything else gets done in notepad. There are a few good tools out for Web-design, but they ain't for free.
Here are a few things that can help to cut down on unwanted code:
1.) Don't insert/delete things a lot, normally the text/images are removed but many tags are left behind.
2.) Don't use frames or layers unless you got a need for them.
3.) I you need to align text, resize text or similar DO NOT do it line by line, but rather in larger blocks. Everytime you tell the Software to do something it WILL generate new code.
4.) Deactivate automatic reformating of code, some software packages will modify ANY opened html file you got to their own "strandard".
5.) Most HTML Editors don't worry about the code being human readable, assuming that all your editing will be done with their tool.
6.) After you edited the html code using a tool, open the html file in notepad and REMOVE any dupliate or not needed tags.
Example:
If all your text is in one colour, set the colour in the Body tag and remove all the "Font" tags that set the colour.
Same with "Center", "Font size", "Class", and so on.
The more you let default the better it will be displayed/interpreted on the viewers machine.
7.) HTML tags are like On/Off Switches:
Example:
<CENTER> will center EVERYTHING until the </CENTER>
Coding multiple and nested tags where 1 set would do only results in wasted CPU resources on the viewers machine.
What packages would I recommend, in general the simpler the package the better. Netscape has a decent basic html editor build into their browser. Microsoft(any of theirs) "html" editing generates the MOST unwanted and unneeded code, IMHO.
For GOOD editing Software get hold of Fireworks/Dreamweaver, this is the most used package by the professionals out there.
Again all the Editors WILL put unneeded code into your website.
Ok, back to checking sources of the websites on the Webring.