Emma has attended:
Dreamweaver 8 Introduction course
Style sheets
How do I link a style sheet to my page?
RE: Style sheets
Hi Emma,
To link a style sheet to you web page you just need to use the this html code:
<link href="mystylesheet.css" rel="stylesheet" type="text/css">
Alternatively you can attach a style sheet using the menu within Dreamweaver. 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