Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RW_LINK_STYLESHEET (RealWeb) (rw_link_stylesheet.htm)
![]() |
Example |
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.
RW_LINK_STYLESHEET(StylesheetURL, aClass)
StylesheetURL The
URL
of the required
stylesheet.
aClass A dynamic array that can be used to set attributes of the LINK tag. For information about using aClass, see The aClass Parameter.
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.