Skip to main content
Known Participant
November 11, 2007
Question

About the cfform format "Flash"

  • November 11, 2007
  • 1 reply
  • 273 views
My code:
<cfform name="test" format="Flash">

<cfinput name="test1" type="text">
<cfinput name="test2" type="text">

</cfform>

run the code, the input box "test1" and "test2" in two rows,how to let them in same row?
Thanks.
This topic has been closed for replies.

1 reply

Inspiring
November 11, 2007
Take a look at cfformgroup type="horizontal"
http://livedocs.adobe.com/coldfusion/7/htmldocs/00001414.htm