[Top] [Prev] [Next] [Bottom] [Contents]

SaHeader

Prints the HTML header (Hn) element to the HTML stream, where n is an integer from 1 to 6.

Synopsis

#include "SaRnHtml.h"
int SaHeader(char* eval,int size);

Argument

evalue
A string specifying the value of the header element. This string is converted to an HTML-compatible string. If evalue is NULL, an empty string is used
size
An integer flag specifying which header fragment to use. Valid values are 1 to 6. Invalid values are converted to 1.

Return Values

Returns an integer with a value of 0.

Description

Prints the HTML header (Hn) element to the HTML stream, where n is an integer from 1 to 6.

Example

The code fragment:

SaHeader("Report From Sales Meeting", 3);
will write:

<H3>Report From Sales Meeting</H3>
to the output stream.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.