A script-enabled browser is required for this page to function properly.

About before and after escapes

Note: Before and after escapes are used for HTML output only.

Limitations

In an after report escape, adding an HTML command outside the body does not reflect when the report is generated to spreadsheet output, even though the HTML command is written in output properly. For example:

</body><table><tr><td><B> the text to be bolded </B></td><tr></table> </html>

Adding the HTML command before the closing body tag reflect correctly when the report is generated to spreadsheet output. For example:

<table><tr><td><B> the text to be bolded </B></td><tr></table></body></html>

See also

About Web links for HTML output

About HTML and HTMLCSS output

About Web reports