(Quick Reference)

asset:stylesheet

Description

Include a CSS file in a page, e.g.

<asset:stylesheet href="example/style.css"/>
Any attributes other than those described below will be forwarded to the <style> element generated by this tag.

Attributes

NameRequiredDescription
srcif href is not providedPath to the CSS file
hrefif src is not providedAn alias for src
charsetNoThe file's character set