I’m revisiting this topic I created after months of using and understanding WordPress now. What I was asking for in the original post, and what others are asking for, is not what WordPress is about.
I was used to working on webpages written in html and editing them in Dreamweaver, as jeremymccann is saying. That’s not what WordPress is.
If that’s how you want to create sites, you shouldn’t be using WordPress, I don’t believe. Asechrest described WordPress well.
It’s not page A, page B, page C, etc. It’s a header, a footer, a sidebar or two, and a single php page that calls it all together. You have to use the WordPress admin page to do the work on your site…create pages, create posts, edit your header, sidebar(s), and footer.
If you want to work offline, just write what you want in Wordpad or Notepad, then when you’re online and you want to “upload” a post to your blog, click the “New Post” button from the admin section of your site, paste in your Wordpad or Notepad typed text, format as necessary and hit “Publish”.
If you use the HTML editor, then you can create the html in Dreamweaver if you want (keep in mind that while working in Dreamweaver you shouldn’t and don’t need to see the header, footer, or sidebar of your site, only the post or page you are working on), then past the code into the HTML editor after starting a “New Post”.
And know the difference between a PAGE and a POST in WordPress. A PAGE is a static page you create to store static information…about me, contact, etc. You create these by choosing “New Page” from the admin section of your site. A POST is a post that goes into your blog. By default your WordPress site should display posts on your main page, newest on top, 10 per page.
I asked the original question when I didn’t get what WordPress was or how it worked. Now I know and my question doesn’t have an answer I see.