Re: How can I render a two column layout with

2009-01-19 Thread Robert Graf-Waczenski
Hi! Add "theme='simple'" to your tag, then no tag is written and you can supply your own custom layout. Robert Michael Obster wrote: Hi, can anybody tell me how I can make a two column layout with ? Putting some table tags around doesn't work because renders also as table. To get my i

Re: How can I render a two column layout with

2009-01-19 Thread Dave Newton
Michael Obster wrote: can anybody tell me how I can make a two column layout with ? Putting some table tags around doesn't work because renders also as table. You can either use the "simple" theme (which is problematic because it doesn't include field error messages) or create a new theme (u

Re: How can I render a two column layout with

2009-01-19 Thread Nils-Helge Garli Hegvik
Try using the "simple" theme. Nils-H On Mon, Jan 19, 2009 at 3:46 PM, Michael Obster wrote: > Hi, > > can anybody tell me how I can make a two column layout with ? > Putting some table tags around doesn't work because renders also as > table. > To get my intention more clear, I need s.th. like

How can I render a two column layout with

2009-01-19 Thread Michael Obster
Hi, can anybody tell me how I can make a two column layout with ? Putting some table tags around doesn't work because renders also as table. To get my intention more clear, I need s.th. like this: label selectbox label selectbox label input label selectbox ... Cheers, Michael ---