New starts a new blank document. The New submenu contains several document templates. Open a file dialog box. Save your file. You will be prompted for the name if you have not saved it yet. You will also be prompted if the file already exists. Save As... will always prompt you for the file name. You will also be prompted if the file already exists.
Print... opens the traditional print dialog box. From there you can select a printer and page orientation.
Exit will close the application. If you have not saved your document, you will be prompted.
View
Hide Help
Hide Preview
Preview
aAuto Complete
These menu items control the user interface of the editor.
Hide Help hides or shows the help window. Hide Preview hides or shows the preview window. It is important to hide the preview window whenever you are editing javascript within your web page.
Preview opens your current document in a web browser.
Auto Complete when selected will automatically complete HTML tags as you type.
Insert
Table >
Bullet List >
Number List >
New Line
Hard Space
Separator
These menu items insert various codes into your web page.
Table wizard prompts you for the number of columns and rows, then builds an entire table for you. Bullet List wizard prompts you for the number of items in your list, then builds the list for you. Number List wizard prompts you for the number of items in your list, then builds a numbered list for you.
New Line inserts the <BR> tag Hard Space inserts the code Separator inserts the <HR> tag