cf_taginclude

Click to Download

Description

Excludes all tags not included within a specified string. Enter a comma delimited list of tags you wish to keep. All other HTML tags will be removed.
 

Usage


Attributes

exclude Optional A comma delimited list of tags you do not want to strip. The "<" and ">" brackets are not required. If this attribute is ommited, all HTML tags will be stripped from the string.
variable Optional A variable name for the stripped data. Use this within cfoutput tags to display the stripped data.
content Optional The HTML content you wish to strip unspecified tags from.
 

Featured Links