Quick Tip: Creating Separate Stylesheets for Screen and Print Media |
| The CSS specification allows you to create different stylesheet for different types of media. What will work on a screen when being viewed in a browser may not produce exactly what you expect when printed out on a laser printer. So, how do you create separate stylesheets for separate media in GoLive? Well, in fact, its quite easy. Of course, screen and print are not the only media types you might want to create separate stylesheets for. If you want to see the full range of supported media types for CSS2, check out the specification: http://www.w3.org/TR/REC-CSS2/media.html |
|
Step 1: |
![]() |
|
Step 2: |
![]() |
|
Step 3: |
![]() |
|
Step 4: |
![]() |
|
Step 5: |
![]() |
The same process with external stylesheets is even easier. Just create the external stylesheets in the CSS editor as normal. In the CSS editor highlight the external sheet and give it a media type in the Inspector. |
|
|