ah, i see.
i recommend that you learn to write a website by hand if you want to become a web developer, or even just want to make a proper functional website. just because you can use frontpage doesn't mean you're a web developer. (in fact, quite the opposite)
programs such as frontpage (and the 2007 version, expression or something) and dreamweaver make an absolute mess of a website, in appearance and in markup.
a site like TWHL would be impossible in an automated program. ignoring the obvious code side of the site, the markup is well-written, valid XHTML, cross-browser compatible, etc etc. all the html and css is written by hand by ant and myself (mostly ant).
on top of that, you need a well formed website to use code in it. you can't make dynamic-content compatible sites with an automated program. i've coded all of twhl3 from scratch. no automation can be used when programming, and html can be considered programming, so the same holds.
i use notepad++ for all twhl3 work. frames are to be avoided at all costs.