<we:css>
Since version: - | Requires endtag: no
Description
This tag generates a HTML tag that refers to a CSS file. Use this to refer to a seperate CSS file.
Attributes
id
Default value: - | since version: - | required: yes
Set this attribute to the ID of the CSS file.
rel
Default value: stylesheet | since version: - | required: no
Allowed values:
- stylesheet
- alternate stylesheet
title
Default value: - | since version: - | required: no
media
Default value: - | since version: - | required: no
Allowed values:
- all
- braille
- embossed
- handheld
- print
- projection
- screen
- speech
- tty
- tv
xml
Default value: - | since version: - | required: no
Setting this attribute to "true" generates code conforming to the XHTML standard. Leaving it unset or setting it to "false" generates HTML code.
Allowed values:
- true
- false
cachelifetime
Default value: 0 | since version: 4.2.0.0 | required: no
With this attribute you define the validity of the Cache in seconds for this we:Tag. This attribute is used only if cache type defined in the template is we:Tag Cache or Cache is disabled.
Syntax
<we:css id="attribute" [rel="stylesheet|alternate stylesheet"] [title="attribute"] [media="all|braille|embossed|handheld|print|projection|screen|speech|tty|tv"] [xml="true|false"] [cachelifetime="attribute"] />
Examples
new Example
new Example
new Example
new Example