For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

large

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

Example

[filter large]To largely go where no one has gone before![/filter]<br>
-- Modified Star Trek

Results in:

<large>To largely go where no one has gone before!</large><br>
-- Star Trek

Source code

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

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