HTMLCodeFormat(string [, version ])
Returns HTML escaped string enclosed in <PRE>
and </PRE>
tags. All carriage returns are removed from string, and all special characters (> < " &) are escaped.
See also HTMLEditFormat.
String being HTML escaped and preformatted.
The specific HTML version to use in replacing special characters with their entity references. Valid entries are:
-1
-- The latest implementation of HTML
2.0
-- For HTML 2.0 (Default)
3.2
-- For HTML 3.2