The objective of this exercise is to familiarize you with the Macromedia Dreamweaver package. Your goal is to learn as much about the package as you can. This exercise is hands-on, meaning that it is designed such that you complete a series of steps so as to learn how to create a Web page and Web site with Dreamweaver. Each of the hands-on steps that you will complete appear as numbered steps.
To help you with this goal, you will create a Web page for Virtual Tide Realty (a simulated company). Your goal, however, is to learn Dreamweaver. It is not to create an absolute replica of the sample Web page and Web site. Feel free to experiment with colors, fonts and sizes while you are learning Dreamweaver. Be sure to periodically save your work. You must save your work before you can create certain types of links, such as anchor links. Save all of your Web pages to the same folder on the A: drive on your computer. In addition, use file names that adhere to the following rules:
To complete this hands-on exercise, you will need the following files. These files can be downloaded from WebCampus.
Note that a completed version of this Web site can be found at business.unr.edu/class/is301/demo.
Before you begin creating the Web site and its pages, you should set up a directory where you plan to save the files you create and the image files that you intend to use in your Web site. If you are using your own workstation, you might want to create a C:\Sites directory on your hard drive. Each site that you create should be saved in a separate directory under C:\Sites. For example, you might create the directory C:\Sites\Virtual-Tide for this tutorial. Alternatively, you could create C:\Sites\IndividualWebSite for the assignment. Of course, the names selected are up to you.
When working in the COBA instructional computing lab, be sure to save your work to a floppy diskette in drive A. Before continuing, copy the .html document, the Word document and the images files described above to the diskette in the a: drive.
Now that you have set up the necessary files, you are ready to begin creating a Web site with Dreamweaver.
Figure 1: Initial Dreamweaver window
As shown in Figure 1, Dreamweaver creates a blank Web page, and displays a window called the Properties Inspector along the bottom of the Dreamweaver window. Note that if someone else has used Dreamweaver on the computer that you are using, different windows may be visible and the appearance of some windows may differ too.
By default, Dreamweaver creates a default Web page named Untitled Document. It is essential that you change the name of this page. Otherwise, the links to other documents will not work correctly. In this case, you are creating the home page for the Web site. The title of the Web page should be named Virtual Tide Realty. This title appears in the title bar of the Web browser, when the page is displayed. The file name, as it will be saved on the disk will be A:\index.html. (Assuming that you are working from the floppy disk drive.)
Figure 2: Page Properties dialog
It is important to set the title of the document and to save the file prior to inserting a background image, other graphic images, or links to your other Web page files. Otherwise, Dreamweaver will create the links as absolute links rather than relative links. If this happens, the links will not work when the Web site is uploaded to the Web Server. Next, the HTML document that you just created needs to be saved to the disk.
Having saved the document, you can now begin entering text on the page.
The steps to place text on a Web page are not that much different than the steps you would use to place text in a Microsoft Word document. The following list describes some special characteristics of placing text in a Web page with Dreamweaver:
Virtual Tide Realty
Specialists in Kauai Real Estate
Please contact us at inquiry@vt.com
Lihue Area
Piopu/Kapili Beaches
Virtual Tide Realty, Copyright 2003
Next, you will see how to copy information into Dreamweaver from another source (file). The descriptions of the properties are stored in a Microsoft Word document that you downloaded when you downloaded the other files necessary to complete this assignment. The name of the file is "properties.doc."
Figure 3: Unformatted text
At this point, all of the textual information appears on the Web page without any special formatting. The next set of tasks will help you format the page, add images, and add links.
Before adding any additional formatting to the page, it should be saved. Again, save your work frequently.
The steps to format a Web page with Dreamweaver are not that much different from the steps to format text in Microsoft Word. The text formatting buttons in the Property Inspector work almost the same way as those in Word. The following list describes how to apply various formatting attributes:
Figure 4: Formatted text
The divider on the sample page is an image file. This image was downloaded from one of the "matched set" image sites on the Internet (http://www.erinet.com/jelane/families.thumb.html).
To place an image on the page, first position the cursor on the line where you wish the image to appear. We will insert the first divider bar under the heading so place the cursor on the third header line ("Please contact us ."). Clicking Insert from the main menu, and then clicking Image opens the Select Image Source dialog box, as shown in Figure 5. Select the desired image. Note that the image should be placed in the same folder as the Web Site that you are creating. Again, Figure 5 uses the root directory on the A:\ drive.
The divider image is named bar.gif and should have been copied to the diskette in the A: drive, as discussed previously in this document.

Figure 5: Select Image Source dialog
Notice that the image is enclosed in a rectangle. This means that it is the current object and its properties are displayed in the Property Inspector.
The Width (W) and Height (H) of the image (in pixels) is displayed in the upper-left part of the Property Inspector box. We want the bar to stretch across the entire page regardless of the screen characteristics of any specific computer. You may experiment with the height setting but leave it in pixels. Simply highlight the entry in the height box (H) and replace it with any number of pixels to set the height of the bar. You may go back and change the properties of any image by clicking on the image and then adjusting its properties in the Property Inspector box.
Tables are frequently used in Web pages for a variety of reasons. Of course, data that needs to be displayed in rows and columns should be placed in a table. Tables are also used to place text next to images, display text in columns, or to insert information that is separated by blanks but is displayed on the same line. Typically, the size of tables is automatically adjusted to fit the size of the browser window.
We will use a table to hold the links to each of the location headings in the page. These links will be placed between the separator bars.
The "Border" entry defines thickness of the border that separates each table element. A setting of "0" causes no border to appear. A setting of about "2" is normal if you want the border to be displayed. The "Cell Padding" entry defines the amount of space between the border for each table element and whatever information you type into that element. "Cell Spacing" defines the amount of space between table elements.
The table is surrounded by a thick line, which indicates that it is the current object selected on the page. Its properties are displayed in the Property Inspector . Notice you can change the border, cell padding, and cell spacing for a table using the Property Inspector.
You may modify or delete a table by positioning the cursor on the upper left corner until the four-way arrow symbol appears and then double-clicking the left mouse button. The table is surrounded by a dark solid line. This indicates that the table is selected as the current object on the page. At this point, you may delete the table by pressing the "Delete" key on the keyboard, or modify its properties in the Property Inspector box. You may also adjust the width of the specific columns or the height of specific rows. Select the table by double-clicking on the upper left corner and slowly moving the cursor to the border between the first and second table element. When the opposite-facing arrows appear, hold down the left mouse button and drag the border either right or left. When you release the mouse button, the border has been moved to the new position.
There are three kinds of links on the sample Web page:
In the following steps, you will create each type of link, in turn.
Each type of link is established in a similar way. You highlight the area (text or image) where you want to create a link, and then tell Dreamweaver the destination of the link. This destination can be an email link, an external link, or a link to a named anchor. Next, you will define the e-mail link.
To create an external link, highlight the words that you want to activate the link. These words will appear underlined in the browser indicating that the text (or image) represents a link. Then, in the Property Inspector, select the Link box, and then type the name of the path or Web page that forms the link.
The process to create a link to the Web is almost identical to creating any other link. Simply select the text that will form the link, and then enter the name of the hyperlink in the Link box
You can also use an image as a link. Simply click on the image to select it as the current object. You may now enter the file to link to in the Link box in the Property Inspector just as you did in the prior examples.
Last, you will create named anchor links within the Web page. The table at the top of the page should allow the reader to go directly to the desired geographic area for real estate listings.
Make sure you save your Web page. You can test your page even though it isn't on a Web server accessible to the rest of the world. To test out your page, double click on the index.html page that you created to execute the Web browser available on your workstation (probably Netscape or Internet Explorer). Check out the formatting and see if you like it. Try out the links and see if they work. Go back to Dreamweaver if you want to do modifications - remember you can't modify your pages in a Web browser. Remember that you must save the file after any changes and click on the "Reload" button in the browser to view the changes.
F12 also works to test your page.