Website Builder / BlueVoda
Note: This is an excellent WYSIWYG and drag-and-drop editor. However, it requires using their partner servers (hosting) to handle their proprietary file format (*.bvp), or you can mess about with copy/paste to extract the HTM. It's also tricky to find and copy images to the right folder(s).
Hosting/Editing
-- eMax Website Builder
- Establish a location for all files related to the website.
- Create your "local" directory/folder in a place that's easy for you to find again.
- Point Website Builder at the "local" folder ["Tools" > "Options" > "Folders" > "Browse"]
- Copy and paste all your ordinary image files to the "local" folder. (You can create other folders later if you will be using a lot of related images, e.g. picture albums. However, I'd recommend that you use an online album service like Photoworks.com instead.)
- Create your first page
- Insert ["Insert" > "Image"] your background image.
- Develop your menu, ["Insert" > "Extra" > "Navigation Bar"] with links to your other main pages.
- Insert ["Insert" > "Image"] any other common use images (from your "local" directory)
- Save the page as a BlueVoda file, e.g. "index.bvp" <= (BlueVoda Page)
- From Website Builder:
- "Preview" your first page [File > Preview in Browser... ] (or use the icon).
- If it looks good, save it as a template.
- With the "preview" page still showing in your browser.
- Save the page ["File" > "Save As..." > "Web Page Complete"], e.g., "index.html"
- Copy the files from the "files" folder, e.g. the "index_files" folder.
- Paste the files in the "local" root folder.
- Now get the actual HTML-- starting with Website Builder again:
- View the HTML for the page ["View" > "Page HTML"]
- Select and copy all the HTML text from the window that opens.
- Create an HTML file:
- Open a text editor and paste the HTML text in the text area.
- Save the file to the "local" folder for the site.
- Open the file in a browser and see if you get what you expected.