body tag (depreciated)
This bodyTag component has been replaced by the colorPalette include.
Inserts a dynamic HTML body tag that includes link color and other information defined in the Color Palette.
This component is from previous versions of the code but may still be used. However the newer colorPalette include is more flexible. The bodyTag and colorPalette components should NOT be used together.
CODE
<!--- To inlcude an onload statement in the body tag, set the onload variable --->
<cfset onload="code here">
<cfinclude template="#include#/bodyTag.cfm">
HTML
<body>


