Re: [html-formfu] Nested div block in fieldset block

2007-08-08 Thread Carl Franks
On 07/08/07, kewei xiao <[EMAIL PROTECTED]> wrote: > > I have a customized select box which is wrapped around in a div > class, now I am trying to include it in a fieldset like this: > > --- > id: form > elements: > - type: block > tag: fieldset > elements: >

[html-formfu] Nested div block in fieldset block

2007-08-07 Thread kewei xiao
Hi Carl I have a customized select box which is wrapped around in a div class, now I am trying to include it in a fieldset like this: --- id: form elements: - type: block tag: fieldset elements: - type: +Customized::SelectBox But the result is that