I have an old copy of DreamWeaver 4 and use NotePad and NoteTab Pro a lot.
Why? Well, DreamWeaver is pretty much the "standard" for HTML editors that allow you to see most of what the page will look like as you work on it. FrontPage is a usable tool, but NOT a professional tool for the most part. DreamWeaver is pretty good, but the thing I like the most is that you can create site with a "template" that you can create yourself. What this allows you to do is have parts of the page that are the same for the entire site, and if you need to make a change, you can change the template and the changes are updated on all of the other pages. You can do the same kind of thing with "includes", but they can be cumbersom to work with on your PC.
I use NotePad for quick edits to the code. I can edit code in DW, but Notepad runs quicker. I also use NoteTab for somethings and it's an awesome programmer's editor. It has a ton of built in functions and you can create your own, although I had trouble doing that. The one function I use all the time is one that will sort and remove duplicates from a list.