CFHTMLBODY

Allows you to insert content into the HTML <body></body> area of the page. The end tag is optional. If omitted you may build content directly inside the tag.

Usage

<cfhtmlbody>

Attributes

Attribute default required summary
ATTRIBUTECOLLECTION A structure containing the tag attributes
TEXT The content you wish to add to the body. Omit if you wish to use the end marker tag
POSITION APPEND APPEND|PREPEND controls where you wish the body text to appear within the body area