Function DisplayHtml

Converts content into html

DisplayHtml([HTML],[MAX_LENGTH],[DEFAULT_IF_EMPTY])

Parameters

# Type Passing Default Name Description/Comments
1 string required n/a HTML The content to format
2 integer optional n/a MAX_LENGTH The maximum length allowed
3 string optional n/a DEFAULT_IF_EMPTY The default if the content is not valid

Returns

The converted content


Examples

Example of displaying html

{{DisplayHtml("This is an example bit of content that is clipped...",16)}}