RW_IMPORT_STYLESHEET
Example |
Purpose
Applies a stylesheet to the HTML page. By placing style definitions in an external stylesheet, you can influence the display styles not only of all related tags in a single document, but for an entire collection of documents. For more information on using stylesheets, please refer to the books listed in Recommended Reading.
Syntax
RW_IMPORT_STYLESHEET(StylesheetURL)
Parameters
StylesheetURL The of the required stylesheet.
Remarks
Linked and imported stylesheets are equivalent so long as you are referencing only one stylesheet in your document. However, different rules apply to linking and importing when you want to reference more than one stylesheet. Please refer to the books listed in Recommended Reading.
Note
Netscape 4 does not recognise imported stylesheets.