(159 out of 193)
SaTableItemBegin
Prints the beginning fragment of a cell of an HTML table element. The HTML table element is not supported by all client browsers.
Synopsis
#include "SaRnHtml.h"
int SaTableItemBegin();
Argument
None
Return Values
Returns an integer with a value of 0.
Description
Prints the beginning fragment of a cell of an HTML table element. The HTML table element is not supported by all client browsers.
Example
The code fragment:
SaTableItemBegin();
will write:
<TD>
to the output stream.
See Also
(159 out of 193)