CENTER v18
This function and procedure generates the <CENTER> and </CENTER> tags, which center text in a web page.
Syntax
The following is the syntax for HTP:
HTP.CENTER(ctext IN VARCHAR2);
The following is the syntax for HTF:
HTF.CENTER(ctext IN VARCHAR2) RETURN VARCHAR2;
Parameters
| Parameter | Purpose |
|---|---|
| ctext | Centers the text |
- On this page
- Syntax
- Parameters