For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

pre

Enclose the given text in a HTML "preformatted" ("<pre> ... </pre>") tag container.

Example

[filter pre]Kevin Walsh[/filter]<br>

Results in:

<pre>Kevin Walsh</pre>

Source code

sub {
    return '<pre>' . shift(@_) . '</pre>';
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Thursday 15 February 2007 at 10:41 PM (EST)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us