Table of Contents

txp:hide

The hide tag is a Container Tag which is used to suppress the interpretation of all enclosed contents. Use it for comments, temporary concealment of article text parts or non-destructive form changes.

Syntax

The hide tag has the following syntactic structure…

<txp:hide>...tag or text... </txp:hide>

Attributes

There are no attributes associated with hide.

Examples

Insert a useful comment into a template

<txp:hide>This is essential as a work-around for the Peekaboo bug in Internet Explorer 6</txp:hide>