- Name CSS
- CSS Class NA
- Type NA
The CSS control allows you to specify a block of CSS which will be
inserted into the page head, or optionally inline. It respects both
the Text property - for programattic specification, and any markup
within its opening and closing tags.
If you want to specify CSS filenames to link to then use the
Page.Page_Styles string property instead.
| Qualifiers |
Type |
Name |
Default |
Description |
|
string |
id |
"" |
Unique identifier within the page for the control |
|
string |
Text |
"" |
CSS markup to appear within the final output, before any contained CSS is output. |
|
bool |
Visible |
true |
Wether or not the CSS block is rendered into the final HTML stream. |
|
bool |
Inline |
false |
Wether or not the CSS block appears in the page where its markup appears or, if false, in the page's HEAD section. |
This live demo illustrates the effect of the code as shown in the Example
tab but may be altered slightly to fit in with this site's own operating
environment.
bar