To import a CSS page:
|
|
- Create a new file file in Dreamweaver.
- Click on FILE on the top menu, choose NEW on the pop-up menu.
- Select CSS on the window that opens, click on the CREATE button.
|
|
|
- Click on FILE on the top menu, choose SAVE AS on the pop-up menu.
- Save the file under the folder that was created for the CSS assignment.
- Name it something simple. Remember... no spaces. I used style.
|
|
|
- Under the CSS Styles panel, click on the ATTACH STYLE SHEET icon.
|
|
|
- Click on the BROWSE button to access the CSS file.
- Select the IMPORT option.
- Click OK
|
|
|
- Go to the HTML document to see that the CSS file have been inserted in it.
|
|
|