You are here

Full HTML

A text format contains filters that change the user input, for example stripping out malicious HTML or making URLs clickable. Filters are executed from top to bottom and the order is important, since one filter may prevent another filter from doing its job. For example, when URLs are converted into links before disallowed HTML tags are removed, all links may be removed. When this happens, the order of filters may need to be re-arranged.

 
A unique machine-readable name. Can only contain lowercase letters, numbers, and underscores.
Executes a piece of PHP code. The usage of this filter should be restricted to administrators only!
GMap macros will be displayed as interactive maps.
Convert URLs into links
Convert line breaks into HTML (i.e. <br> and <p>)
Limit allowed HTML tags
Correct faulty and chopped off HTML
Display any HTML as plain text
PHP evaluator
GMap Macro expander

Vertical Tabs

Limit allowed HTML tags
A list of HTML tags that can be used. JavaScript event attributes, JavaScript URLs, and CSS are always stripped.
Convert URLs into links
characters
URLs longer than this number of characters will be truncated to prevent long strings that break formatting. The link itself will be retained; just the text portion of the link will be truncated.