Originally posted by: KingNothing
Originally posted by: piku
Hey, you can do some pretty good looking stuff with Frontpage if you use it right.
Good-looking, yes. Cross-platform compatible, human-readable/editable, non-bloated...not really.
What he said. FrontPage throws so much crap into the code it's not even funny. For example, try setting the font to "Arial" for one line of text and see how much freaking excess code it uses just to do that. You get all this stuff about font families and yadda yadda, when you could have written one tag that says <font face="Arial" size="2">.
This stuff drives me crazy when I'm trying to edit a page that I created in my FrontPage days (I write HTML by hand in MS Visual Interdev now). You have to pick everything out of a big mass of dreck that FrontPage created....
I used Dreamweaver a bit as well and it's a nice program, but I much prefer writing everything by hand now. Gives you much more control over the code and you don't have to deal with the quirks of a WYSIWYG environment. HTML is simple enough that anyone should be able to pick it up pretty quickly.