Intro to Web Design!
[The SEO Rapper]
[Quick Tour of Dreamweaver]
[Setting up your Website Files]
- In your Shared Drive, create a folder called “Tutorial Site”.
- In that folder create another folder called “Images”.
- Start Dreamweaver.
- Set up a new site by going to Site -> New Site
- Enter your site name, browse to the folder “Tutorial Site” for the root folder, and browse to the “Images” folder for the images folder.
[Inserting Text & Images]
- Use Dreamweaver in “Design” mode. (Click “Design” where it says “code” & “split” & “design”)
- Type some text on the page and insert a picture.
- You can insert a picture by going to “Insert -> Image” or by finding the file in the files panel and dragging & dropping
- Change the title from “Untitled Document” to “Text & Images”. This will change the header in the web browser as well.
- The title is located at the top of the main window, underneath the quick buttons.
- Save the file in the “Tutorial Site” folder called “Text.html”
[Layout Paragraphs & Images Layout]
- Create a new blank html file by going to “New -> File“
- Copy the Lorem Ipsum text from www.angieshen.com/lorem.html
- Paste it on your html file.
- Insert an image
- Select the image then Under the “Align” drop down in the properties panel choose “Left” in order to align the image to the left of the paragraph text.
- Change the title bar title to “Paragraphs & Image Layout”
- Save the file in the “Tutorial Site” folder called “paragraph.html”
[Linking to files and websites]
- At the top of paragraph.html type the text “Go to Text & Images”.
- Highlight this text and link it to text.html by dragging the circle beside the “link” box to the file you would like to link to.

- Highlight any word in the paragraph and in the link box in the properties panel type the full url of your favorite website. Eg. “http://www.pantherathletics.ca”
- Save the file and preview it in a web browser. File -> Preview in Browser
- Test the links.
- Go back to “text.html”
- Add “Go to Paragraph Layout” to the top of the page and link it to “paragraph.html”.
- Link the image on “text.html” to another one of your favourite websites.
[Creating Tables]
- Create a table at the bottom of “text.html” by going to “Insert -> Table“
- Create a table, with 5 rows and 3 columns.
- Merge two of the cells together, highlight two cells, then right click on the selection and find the merge cells option.
- Split a cell into 3 columns, right click on a cell and find the split cell dialog.
- Resize the table so that it fills up most of the screen. Select the table by clicking on a cell border. Grab the black box in the bottom right of the table, click and drag until the table is bigger.
- Change some of the cell’s colours by selecting a cell and changing the Bg option on the properties bar
- Change the table’s border colour by selecting the table and changing Brdr color on the properties bar.
- Change the table border’s thickness by changing the number in Border from 0 to 2 or 3.
- Center the table by changing the alignment on the properties bar.
- Insert some text into one of the cells.
- Change the vertical alignment of this cell to top.
- Change the horizontal alignment of this cell to centre
.
- Drag an image from the files panel into one of the cells.
- Link the image to the “paragraph.html” file.
[Today's Task]
Must haves:
- Create a mini website with 3 pages about you or about anything you want.
- Each page is one html file.
- Have the same menu on every page that allows you to link back and forth between pages.
- Use a main table for the layout of the menu and content.
- Each page must have a header title, at least one image, and some text (doesn’t need to be alot).














