class %ZEN.Report.Display.cssinclude
extends node
The <cssinclude< tag provides a mechanism for including
external CSS stylesheets in the HTML report.
property href
as %ZEN.Datatype.uri;
Specifies the location of the external css stylesheet.
Note: some browsers will have trouble if the file
does not end in .css.
Multiple stylesheets can be linked by entering a
comma-delimited list.