Notes about and Adjustments to Dreamweaver Lessons 4–6
Please make the following notes about and adjustments to the lessons we're completing in the Dreamweaver text.
Lesson 4
- Page 91: Name the site defintion lesson_04.
- Page 91: Don't work with or use the files in the "done" folder!
- Page 105: Note that the Styles panel is actually named the CSS panel.
- Page 105, step 2: Type a period before maintext. (In Dreamweaver, use a period before all class names.)
- Page 108, step 4: Instead of applying strong formatting to random text, apply it to Spring is in the air.
- Page 115, step 4: Note that Fungo! is already tagged as strong.
- Page 115, step 5: Instead of applying strong formatting to random text, apply it to the word everyone in the first sentence of the last paragraph.
- Page 119, step 2: Use the CTRL key instead of the SHIFT key.
- Page 120, step 5: Carefully delete the <style> element using the CSS panel. If you have any questions about how to perform this task, ask me!
- Page 121, step 4: Set the Media type to Screen.
- Page 122, step 1: Note that this step is already done.
- Page 123, step 3: Note that the color is already black.
Lesson 5
- Page 129: Name the site definition lesson_05.
- Page 132, step 1: Be careful to open index.html and NOT index_finished.html.
- Page 142, step 2: To insert the image, after clicking the image in the Assets panel, click Insert at the bottom of the panel.
- Page 150, step 14: To select the cell, click the <td> element from the Tag Selector.
- Page 151, step 3: Set the Media type to Screen.
- Page 153: Don't do this page.
- Page 154, step 1: Instead of clicking a cell, select the entire table.
- Page 155, step 14: Note the styles to use for various parts of the page:

- Page 158, step 2: Save the page as new_table.html.
- Page 161: Don't do the Self Study.
Lesson 6
- Page 163: Name the site definition lesson_06.
- Page 186, step 1: Set the Media type to Screen.
- Page 195, step 5: To achieve a result similar to what you see in the screen capture, make the following additions to the #MenuBox li rule:
- In the Box category, set the Padding to 5 pixels.
- In the Border category, set a Bottom border that is solid, 1 pixel, #FF9933.
- Page 202: Don't do the Self Study.