This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
This document will provide you with the basic information needed to get started using Dreamweaver.
To open Dreamweaver, use the following instructions. Then proceed on to learn how to create and modify a document.
NOTE: These instructions are for on-campus computers only.
From the Start menu, select All Programs » Development Tools » Macromedia » Macromedia Dreamweaver 8
The Dreamweaver 8 opening menu appears.

Make the appropriate selection
HINTS:
To create a blank web page select HTML,
To create a blank external style sheet, select CSS
To manage an existing site or define a new one, select Dreamweaver Site
These are the three most common selections made from the Dreamweaver 8 menu.
There are two options to choose from when creating a new, blank web page in Dreamweaver while the program is running.
From the Standard toolbar, click NEW![]()
NOTES:
The New Document dialog box appears.
If the Standard toolbar is not visible, from the View menu, select Toolbars » Standard
From the Category list, select Basic page
From the Basic page list, select HTML
Click CREATE
From the File menu, select New...
OR
Press [Ctrl] + [N]
The New Document dialog box appears
Click CREATE
The title of a page is used by search engines to locate pages and to identify bookmarks. Therefore, it is important to have a descriptive title. If you are developing pages for a course, you may want to include the course number and UWEC along with a description of the page (e.g., Syllabus, English 110, UWEC).
From the Document toolbar, in the Title text box, type an appropriate title
NOTE: If the Document toolbar is not visible, from the View menu, select Toolbars » Document
![]()
Press [Enter]
If the Head Content toolbar is not visible, from the View menu select Head Content
OR
Press [Ctrl] + [Shift] + [H]
![]()
From the Head Content toolbar, click TITLE ![]()
The Title Properties pane will open.
In Title Properties pane, in the Title text box, type an appropriate title
To set the title, click anywhere in the page
From the Modify menu, select Page Properties...
OR
Press [Ctrl] + [J]
The Page Properties dialog box appears.
In the Category pane select Title/Encoding
In the Title/Encoding section, in the Title text box, type an appropriate title
Click OK
To save a web page, you must give the page a filename. The filename is the name of the page as it appears in your operating system. Web pages require an .htm or .html file extension. This is essential for the web browser to identify your page as an HTML file. For more information, refer to Naming Files and Understanding URL's in the UW-Eau Claire Web Development Tools series.
From the File menu, select Save As...
OR
Press [Ctrl] + [Shift] + [S]
The Save As dialog box appears.
If necessary, change the location where the file will be saved
In the File name text box, type the filename
The filename must have an .htm or .html extension
EXAMPLE: mydoc.html
Click SAVE
When you are done using Dreamweaver, simply exit the program. If you have not saved recently, you may be prompted regarding whether or not to save before closing.
From the File menu, select Exit
OR
Click the X in the upper right corner
A prompt might appear asking if you want to save.
Click YES, NO, or CANCEL