Appendix: Using the STYLETEXT Element Tag
You can display the content of a stylesheet - or its URL if hosted externally - in a page.
This element tag has the following default syntax:
<%# STYLETEXT(Name) %>
The following parameters are required:
Parameter | Description |
---|---|
Name | A string containing the name of the stylesheet you want to interrogate. |
An example of a complete STYLETEXT tag is as follows:
<%# STYLETEXT(HomepageStylesheet) %>