A Very Short Intro to Dreamweaver

Sample Web Search Activities

1. Creating and Saving a Web Page: Launch Dreamweaver; choose File > New; make sure "General" and not "Templates" is selected at the top, and click "Create"

2. Open your IFS space and drag the image you saved there to prepare for today into this "html" folder.

3. Open the biographical paragraph you wrote and copy and paste it into your Dreamweaver document.

4. Creating links; making links open in new windows: Type "Click here to see my favorite link" and select the words "Click here"

5. Formating: Now play with the formating of your text a little bit: select some text, and use the options in the "Properties" window shown above to create some bullets, make some text bold etc.

6. Inserting an image: Go to Insert > Image and select the image you'd like to insert.

7. Creating a "relative link": Now create another new page and type some text (see (1) above!). Save this page as "page2.html"; make sure you save it to the same folder ["html"] on your desktop where all the other items you've created are. Close this page.

8. Creating an "anchor link": Anchor links take you to a specific part of the same page. For example if you go to the German 101 webpage and click on the homework link, the table at the top of the page uses anchor links to take you to the various months. We'll now create an anchor link for our sample webpage:

At the top of the page, type "Go to my favorite link." Highlight this text and type "#myfav" in the Link box.

9. Make your page(s) appear on the web:

10. Changing the encoding When you click "Save," the program may prompt you to change the encoding of your page. This happens if you've inserted certain special characters, for example. To do this, click on "Page Properties" in the "Properties" window (shown above) [or go to Modify > Page Properties]; select "Title/Encoding" from the "Category" options, and then choose the character set the program prompted you to choose when you tried to save [usually UTF-8] from the "Encoding" pull-down menu.

11. Word: Save As Web Page (& more info about File and Folder Structure!)

To create simple webpages without a lot of images or formating, and without any interactivity (other than links), you can use the "Save As Web Page" option in Word. Simply type the text you want into a Word document, and when you're ready, choose the "Save As Web Page" command from the "File" menu to convert your Word document into an html document.