Answered
Removing Space Between Form Elements
I'm trying to remove all the space between these two form
elements so that they are touching but can't find out how. Anybody
out there who can figure it out?
THANKS!
Boybles
<cfform method="get" name="TestPanel" preloader="no" format="flash" height="210" width="300" skin="haloblue" >
<cfformgroup type="vertical" style="verticalGap:0;indicatorGap:0;">
<cfformgroup type="vbox" width="200" height="90" visible="yes" enabled="yes" style="cornerRadius:15;borderStyle:roundCorners;borderThickness:1;backgroundColor:##E5E7FE;">
<cfformitem type="text" >Test</cfformitem>
<cfformitem type="text" >Panel</cfformitem>
</cfformgroup>
<cfformgroup type="vbox" width="200" height="90" visible="yes" enabled="yes" style="cornerRadius:15;borderStyle:roundCorners;borderThickness:1;backgroundColor:##E5E7FE;">
<cfformitem type="text" >Test</cfformitem>
<cfformitem type="text" >Panel</cfformitem>
</cfformgroup>
</cfformgroup>
</cfform>
THANKS!
Boybles
<cfform method="get" name="TestPanel" preloader="no" format="flash" height="210" width="300" skin="haloblue" >
<cfformgroup type="vertical" style="verticalGap:0;indicatorGap:0;">
<cfformgroup type="vbox" width="200" height="90" visible="yes" enabled="yes" style="cornerRadius:15;borderStyle:roundCorners;borderThickness:1;backgroundColor:##E5E7FE;">
<cfformitem type="text" >Test</cfformitem>
<cfformitem type="text" >Panel</cfformitem>
</cfformgroup>
<cfformgroup type="vbox" width="200" height="90" visible="yes" enabled="yes" style="cornerRadius:15;borderStyle:roundCorners;borderThickness:1;backgroundColor:##E5E7FE;">
<cfformitem type="text" >Test</cfformitem>
<cfformitem type="text" >Panel</cfformitem>
</cfformgroup>
</cfformgroup>
</cfform>