Referencing external style sheets from an external style sheet
To reference an external style sheet from another external style sheet, you must use the @import rule.
To reference an external style sheet from another external style sheet: - Open the CSS Editor for the page or .css file that you want to reference the external style sheet.
- In the CSS Definitions tab, click an empty area to display the Create buttons on the right side of the Editor.
- Expand the Advanced section and click the Create @import button.
- Do one of the following:
- Reference an external style sheet in the Reference text box.
- Click the Create button to create a new external style sheet. In the Save As dialog box, type a file name for the external style sheet, and click Save. Display the CSS Editor for the page that will reference the external style sheet you just created, and reference it in the Reference text box.
- If the styles in the style sheet are designed for certain media (such as a speech synthesizer, braille device, or PDA) specify the media type in the Media text box.
- Do any of the following:
- To edit the external style sheet, click Edit.
- To display the In & Out Links palette, click In & Out Links.
|