External Interfaces > RealWeb > RealWeb API > Text Formatting > CSS Styles and Stylesheets > RW_LINK_STYLESHEET

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_LINK_STYLESHEET


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_LINK_STYLESHEET(StylesheetURL, aClass)

Parameters

StylesheetURL The URLClosed 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.

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic