Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

labels in cf flash forms

0 views
Skip to first unread message

IamTrip

unread,
Dec 17, 2008, 11:05:16 AM12/17/08
to
:confused;I want to set the labels for all fields to be on the top of the
field, like as possible with input type=image, but I want to do it for all
fields. It seems over kill, but the only way I've figured how to do it is:

<cfformgroup type="vertical">
<cfformitem type="text">center</cfformitem>
<cfselect name="foo4" query="myCenters" value="id" display="shortName" />
</cfformgroup>

Any ideas?

IamTrip

unread,
Dec 17, 2008, 11:05:42 AM12/17/08
to
0 new messages