Use panels - see http://www.rebol.com/how-to/subpanels.html
Kemp -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of laplace Sent: June 26, 2002 12:52 PM To: [EMAIL PROTECTED] Subject: [REBOL] Grouping in Layout Hello, I'm looking at rebolview, I tried to do a very simple thing: an image gallery with a title with each image and I can't cope with below, across and return ? This one is ok across image %pic1.gif image %pic2.gif return image %pic3.gif image %pic4.gif return But how to group an image with its title ? across [ image %pic1.gif text "pic1" ] [ image %pic2.gif text "pic2" ] return [ image %pic3.gif text "pic3" ] [ image %pic4.gif text "pic4" ] -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
