Bob,
You just need to move your hbox down to enclose the other two panels.  I
usually do something like this:

<cfformgroup type="hdividedbox">
   <cfformgroup type="hbox" visible="yes">
      <cfformitem />
   </cfformgroup>
<cfformgroup type="hbox visible="yes">
    <cfformitem />
</cfformgroup>
</cfformgroup>

Place your panels inside where the <cfformitem /> is, and it should do what
you want.

Rob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4450
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to