|
Getting Started with Dreamweaver
This document will provide you with basic information you need
to get started using Dreamweaver. Review the following topics to orient
yourself to the Dreamweaver program:
Opening
Dreamweaver
To open Dreamweaver, use the following instructions. Then
proceed on to learn how to create and modify a document.
-
From the Start menu, select All Programs
» Macromedia » Macromedia Dreamweaver MX
A new, untitled web page appears.
Creating
a New Web Page
To create a new, blank web page when Dreamweaver is running,
use the following instructions. You have two options:
Creating a New Web Page: Toolbar Option
-
From the Standard toolbar, click NEW
NOTE: If the Standard
toolbar is not visible, from the View menu, select
Toolbars » Standard
Creating a New Web Page: Menu Option
-
From the File menu, select
New...
-
To create a new blank document:
-
From the Category list, select Basic
Page
-
From the Basic Page list, select HTML
-
Click CREATE
To create a page based on a template:
-
From the Category list, select Basic
Page
-
From the Basic Page list, select HTML
Template
-
Select the desired template
-
Click CREATE
Adding
or Modifying a Title
The title of the page is used to identify bookmarks and is used
by search engines to locate pages. 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).
Adding or Modifying a Title: Toolbar Option
-
From the Document toolbar, in the Title
text box type the title
-
Press [Enter]
Adding or Modifying a Title: Dialog Box Option
-
From the Modify menu, select Page
Properties...
The Page Properties dialog box appears.
-
In the Title text box, type the page title
-
To accept the changes, click OK
Saving
a Web Page
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
file as an HTML file. For more information, see
Naming Files and
Understanding URL's in the UW-Eau Claire Web Development Tools series.
-
From the File menu, select Save As...
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 (e.g.,
mydoc.html).
-
Click SAVE
Exiting
Dreamweaver
When you are through 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 may appear asking if you want to save.
-
Click the desired option: YES, NO,
or CANCEL
|