Nate wrote:
I suggest to only use dreamweaver for editing pages, not creating them. There's some bugs with dreamweaver that are annoying. I find frontpage easy to use when I'm in a rush to code.
Yuk. Frontpage. *shivers*
My dad used frontpage to make a website for his archery club. He then put all the pages from it into Dreamweaver, cleaned up the HTML, and it decreased some of the file sizes by 6kb. Frontpage puts loads of unnecessary crap in there. NEVER use frontpage.
Even worse is MS Word. If you make a website in MS Word, i may just have to kill you. MS Word HTML is so bad Dreamweaver has a command called "Clean up Word HTML".
Your best bet is to know HTML, XHTML and CSS inside out, then use dreamweaver (this is what I do). I keep switching between normal view and code view, and i get nice, valid XHTML/CSS pages.
Dreamweaver is good. But to be able to use anything like dreamweaver or frontpage, etc, etc, you need to know HTML, so you know you dont get any unneeded rubbish in there.
If you dont know HTML, XHTML and CSS, go to:
http://www.w3schools.com/html/html_intro.asp - for HTML
http://www.w3schools.com/xhtml/xhtml_intro.asp - for XHTML
http://www.w3schools.com/css/css_intro.asp - for CSS