Creating and attaching a stylesheet
Before we can begin styling our document prototype there are few things we need to do to prepare.
- Save a copy of your prototype document in both the resources directory and in the site root (inside the Personal Website folder you created)
- Rename the file in the site root index.html
- Open Dreamweaver and make sure you are working in your defined site.
- Open your index.html file from the files panel.
- From the file menu select New > Blank Page > CSS (page type)
- Save the new css doument as screen.css in the assets/style directory.
- On the CSS Panel, click on attach new style sheet button from the bottom right corner of the panel (it looks like a chain link)

- In the Attach External Style sheet dialog, Browse to the screen.css file in the style folder.
- Check Add as link.
- Set Media Type to screen
- Click Ok
- Save the index.html file