STYLE v15
This function and procedure generates the <STYLE>
and </STYLE>
tags, which include a style sheet in the web page.
Syntax
The following is the syntax for HTP:
HTP.STYLE(cstyle IN VARCHAR2);
The following is the syntax for HTF:
HTF.STYLE(cstyle) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
cstyle | The style information to include |
- On this page
- Syntax
- Parameters