small
Enclose the given text in a HTML small
("<small> ... </small>") tag container.
Example
[filter small]To gingerly go where no one has gone before![/filter]<br>
-- Modified Star Trek
|
Results in:
<small>To gingerly go where no one has gone before!</small><br>
-- Star Trek
|
Source code
sub {
return '<small>' . shift(@_) . '</small>';
}
|
If you would like to become an interchange.RTFM.info sponsor,
and get your logo into our list,
then please contact us.
The sponsorship logo list is also displayed on our home page.