Your goal as webmaster for the Oregon Tourism Board is to design a page called "Scenes around Oregon".
The design of the page is up to you, but it should include the following:
- Page should have a header and title (see "title" box). Create a CSS class called "header" to center and format the heading.
- Page should include some text inviting the reader to visit Oregon. Create a CSS class called "paragraph" to format this text (e.g., change the font, color, justification, etc.)
- Open the images page and save the images on your local machine.
Create a folder named "images" on your website. (The easiest way is to create the folder
in the local view and drop the files directly into this folder in Dreamweaver. Alternatively, you can create the folder and copy the files to your website's local storage using Windows Explorer.)
Save the new folder and files. Simply select the images folder and press the blue
"put files" button. DW will upload the folder and all the files in it to the website.
- Display the provided thumbnails in a table.
Clicking on a thumbnail should bring up a new browser showing the larger version of the photo.
Enter a brief description of the photo for the ALT property.
Turn off the border (set to 0) for each thumbnail so that the blue border (link) doesn't show.
- Add a row below each of the thumbnails and type in a short caption. Create a CSS class called "caption" to format the captions.
- Include a link to the Oregon State Parks website:
http://egov.oregon.gov/OPRD/index.shtml
It should open in a new browser/tab.
- At the bottom of the page, you should put a centered message "Designed by " followed by your name and date. (For the date, use the one from "insert" menu. (Check the "update on save" checkbox.)
- Add a link to this assignment to your home page (index.html). Be sure to save all of your work on your website.