User Guide

Table Of Contents
692 Chapter 29: Creating Forms in Macromedia Flash
<cfformitem type="text" style="fontWeight:bold; fontSize:14;">
Flash form with formatted text and rules
</cfformitem>
<!--- The spacer adds space between the text and the rule --->
<cfformitem type="spacer" height="2" />
<cfformitem type="hrule" />
<cfformitem type="html">
<b><font color="#FF0000" size="+4" face="serif">
This form has formatted text, including:</font></b><br>
<textformat blockindent="20" leading="2">
<li>colored text</li>
<li><i>italic and bold text</i></li>
<li>a bulleted list in an indented block</li>
</textformat>
<p><b>The text is preceded and followed by horizontal rules</b></p>
It also has a link to a web page.</b><br>
<a href="http://www.macromedia.com/" target="_blank">
<font color="#0000FF"><u>
This link displays the Macromedia home page in a new browser window
</u></font></a>
</cfformitem>
<cfformitem type="spacer" height="2" />
<cfformitem type="hrule" />
</cfform>
This form appears as follows: