HTML Functions |
[This is preliminary documentation and is subject to change.]
These functions are use for maniputation of HTML strings.
Name | Description |
---|---|
NewlineToHTMLBreak | Replaces "newline" (as stored in database, i.e. CR/LF) to HTML "break" (i.e. <br />). |
HTML_Tag | Surrounds input string with specified HTML tag. |