Create external CSS style sheet
- open 3column_horz.html in dreamweaver
- File>Save as...
- rename the file index.html
- click on split mode
- select the code from lines 7-185
- go to Format>CSS Styles>Move CSS Rules...
- in the Move To External Style Sheet box, select A new style sheet...
- in the Save Style Sheet As box, make sure you are in local_root, name the file main.css
- click Save
- select and delete the code from lines 6-11
- File>Save
Next