Question
About the cfform format "Flash"
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.
<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.
