RE: how to link style sheet
Hi Peter
There are 2 methods to link a style sheet to you webpage, the first is using html code and the second is using Dreamweaver menu options:
Code option:
<link href="mystyle.css" rel="stylesheet" type="text/css">
Menu option method
On the right hand side in the properties panel you should see an icon that looks like a chain link. When you hover over it, it will display attach style sheet. Click it and then fill in the details.
Hope this helps
David