Table of Contents

txp:body

The body tag is a Single Tag which is used to return the text, or content, of the article being displayed. (The article itself)

Syntax

The body tag has the following syntactic structure…

<txp:body />

Attributes

There are no attributes associated with body.

Examples

Display the body, or article text, as part of an article form

<p><txp:title /></p><div class="post"><p><txp:author /> @ <txp:posted /><br /><txp:body /></p></div>

Other tags used: <author />, <posted />, <title />