Dreamweaver is a versatile HTML (Hyper Text Markup Language) editor that allows you to create and design your own web pages without having to know HTML . Users may edit webpages using the visual editor which is almost as easily as writing a paper using a word processor or by hand-coding the HTML.
Starting Dreamweaver
From a window station:
- Start-Programs-Macromedia Dreamweaver MX
From a Macintosh station:
- Application-Macomedia-Dreamweaver MX
Dreamweaver Window
Insert Bar - The Insert bar contains icons for inserting various types of "object", such as images, tables, and layers into a document.
Document Bar - The Document bar contains icons and drop-down menus for switching to different views for the Document window such as "HTML" or "preview in browser" views.
Document Window -The Document window displays the current document you are working on.
Property Inspector - The property inspector lets you view and change the properties for the selected object or text. Each object has different properties.
Panel Groups - Panel Groups are sets of related features grouped together under one heading/panel.
Site Panel - The Site Panel contains all of the folders and files of a web site.From the site panel you can manage files, open pages for editing, upload or download files from remote sites.
Creating a Site
In order for others to view your site (a group of webpages) through a browser, the site must be published.You must do these step once per computer.
Connecting to a Site
Once your site is defined you need to connect to it.
Open a blank page in Dreamweaver
A blank default page will open automatically when Dreamweaver is opened.
Document Foundations
Saving Your Page
Periodically save your work. When saving pages remember to use lowercase for file names. Also do not use spaces or special character such as & or / in the filename.
Inserting Images
First be sure the picture you want to insert is in a web friendly format such as jpg or gif. Have the picture saved somewhere on the computer.
Preview Your Page
Choose File-Preview in Browser or from the Insert bar click
the Preview/Debug in Browser icon.![]()
Formatting Text
Fonts
Tips - stick with the basic fonts. Not all computers have specialized fonts.
- Select the text to change.
- Select a font from font styles pull-down menu. Note that several fonts are listed together. Note the fonts are listed in groups. These are related fonts that the browser can substitute if the font of choice is not available.
Things to consider when selecting a font.
- If you leave the font set to "default font" the page will display the default font of the person viewing your page.
- Good standard fonts to use include: arial, Helvetica, Verdana, Times, and Courier.
Size Text
Most browsers are set to present text at roughly 10 or 12 point. If you leave the size set to "none" the text will follow whatever setting the reader has set in their browser. To override these settings do the following:
- Select the text to change.
- Specify the font size by either choosing an "absolute" size from very small (1) to very large (7) or choose a relative size (+1, +2 or -1, -2, etc.).
Color Text
If you want to change a bit of text to a different color you can override the default color.
- Select the text to change.
- Click on the square color box to the right of the size pulldown.
- Select the color you want.
Tip: It is good to use background and text colors that contrast.
Emphasis Text
Avoid using underlines to emphasize text. People confuse it with hyperlinks. Add emphasis with bolding and italicizing. Use italics to indicate the titles of books.
- Select text to change.
- Click either the Bold or Italize button.
To turn off the emphasis, select the text again and click the appropriate button.
Aligning Text
- Select the text you want to align
- Click the text alignment buttons (left, right or centered)
Indenting Text
- Select the paragraph(s) to indent.
- Click the right indent button to move the paragraph(s) to the right. Click again to indent further.
OR
Click the left indent button to move the paragraph(s) to the left. Click again to indent further.
Creating Lists
- Type in your lists with carriage returns at the end of each item.
- Select the items.
- Click the bullet list button to create a bullet list.
OR
Click the numbered list button to create a numbered list.
Spell Check
Choose Text-Check Spelling.
Working with Links
External Links - Links to pages that are not within your site folder.
- Type the text that will contain your link.
- Select the text that will serve as the link.
- In the Property Inspector window enter the full URL in the Link field and press Return (Mac) or Enter (windows).
Internal Links - Links to pages within your site folder.
- Type the text that will contain your link.
- Select the text that will serve as the link.
- Click and drag the Point-to-File icon to the right of the Link field in the Properties Inspector window.
- Drag the arrow to the file you want to link from the right (Local folder) side of the Site Window.
- Let go of the mouse to insert the link.
Remove a Link
- Select the text that contains the current link.
- From the Property Inspector window select and delete the text in the Link field.