======txp:css====== The ''css'' tag is a Single Tag. This tag is used in the header of your document, where it will output the URL of the style sheet assigned in the Sections Subtab. =====Syntax===== ======Attributes====== Tag will accept the following attributes (**case-sensitive**): =====n="style name"===== Link to specified style. =====format="value"===== How to format output: either return complete [[http://www.w3.org/TR/html4/struct/links.html#edef-LINK |(X)HTML link tag]] with necessary (X)HTML attributes, or only the StyleSheet's URL. Available values are __link__ or __url__. Default is __url__. =====rel="value"===== [[http://www.w3.org/TR/html4/struct/links.html#adef-rel |(X)HTML rel attribute]] to be applied to link tag (when invoked with __format="link"__). Default is __stylesheet__. =====media="value"===== [[http://www.w3.org/TR/html4/present/styles.html#adef-media |(X)HTML media attribute]] to be applied to link tag (when invoked with __format="link"__). Default is __screen__. =====title="value"===== [[http://www.w3.org/TR/html4/struct/global.html#adef-title |(X)HTML title attribute]] to be applied to link tag (when invoked with __format="link"__). Default is unset. ====== Examples ====== =====Output the URL to the section's default style sheet===== ===== Output the URL to a named style sheet===== =====Output print and alternate style sheets ===== ====== Genealogy ===== ===== Version 4.0.4 ===== * __format__, __media__, __rel__, __title__ added.