Got it thanks! :) that was simple enough, guess I'll be playing around with all this a bit more to get the hang of how to layout all the elements. This is fun stuff actually.
-----Original Message----- From: Rob Parkhill [mailto:[email protected]] Sent: Friday, March 13, 2009 11:22 AM To: cf-newbie Subject: Re: cfform type=flash 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:4452 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
