For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

strikeout

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

Example

This text is [filter strikeout]struck out[/filter]

Results in:

This text is <strike>struck out</strike>

Source code

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

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