These pages use Javascript to provide a stylesheet appropriate to your browser. The pages are functional without javascript but not aesthetically pleasing.

DreamweaverMX Tutorials

4. Create Web Pages

Dreamweaver Tutorials

4.1 Create New Document

new window menu When you open DreamweaverMX, it will automatically create a new HTML document. The keyboard shortcut to open a new document manually is the same as that for any other Windows-type applicaton: C*+N [where C* = control (win)/command (mac)].

The resulting Dialog window gives you the option of creating a basic HTML document, a template, or a variety of other types of documents (see below)

If you have a small monitor (or low resolution), you may want all of the desktop to be devoted to the Document Window. If that is the case, use F4 to close the Panel Group.

File Names
When saving your files, give them meaningful (human readable) file names. File names should not include blank spaces or special characters. They should not be all CAPS (shouting!) and ideally should be lower case.

The file name index.html has particular significance; most Web servers recognize this as the default "home page" for a directory.

Some servers have been configured to display all directory contents if there is no index file; others are blocked by the server. There are pros and cons to each method. The UW servers allow what is known as "virtual listing" -- the display of folder contents when there is no index file.

this lesson

  1. Create a new, basic HTML document.
  2. Choose File > Save As > to open the Save As dialog box. Navigate to the folder (lesson_4) where you want to save the file . In the File Name box, enter index.html.
  3. Open DreamweaverMX Preferences and explore the various ways you can customize the application, focusing on New Document creation.


new window menu

Tip:
The type of document that is automatically created is set in DreamweaverMX Preferences [ Mac: Dreamweaver > Preferences, Win > ]. The default setting is for basic HTML; you can change this to XHTML (check box).

new window preferences
next previous PDF print home