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

SaHtmlTitle

Prints an HTML title to an HTML stream.

Synopsis

#include "SaRnHtml.h"
int SaHtmlTitle(char* title);

Arguments

title
A string specifying the title. This string is converted to an HTML-compatible string.

Return Values

Returns an integer with a value of 0.

Description

Prints an HTML title to an HTML stream. If title is NULL, an empty string is used as the title.

Example

The code:

SaHtmlTitle("The Recipe Book Store");
will write:

<TITLE>The Recipe Book Store</TITLE>
to the output stream.

See Also



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

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