Move label above form field in Flash Form?


hi,

how can put label on form field "above" form field opposed left of text input example?

thanks,

-westside

one way can using <cfformitem> similar following:

<cfform name="myform" format="flash">
<cfformitem type="html">
label:<br />
</cfformitem>
<cfinput type="text" name="textfield" value="">
</cfform>

hth

ted zimmerman


More discussions in ColdFusion


adobe

Comments