HTML_RULE Procedure
Inserts a horizontal-line separator in HTML.
Usage
HTML_RULE
Input Parameters
None.
Keywords
None.
Discussion
The HTML_RULE procedure inserts the standard horizontal rule (<HR>) into the HTML flow. To insert a separator other than the standard, use HTML_IMAGE with the separator image of your choice.
See Also