: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?