I am using the Designer and have a fieldset with two div containers inside, and inside each div container are three other elements--two custom and one text box. The code that is created puts the second div container inside the first. From what I can tell, there may be a closing div missing. It seems you can re-create the problem easily, but if you need more information from me please let me know. Really good product, by the way!
Here is the structure it should be:
Fieldset
--Div
----custom
----custom
----text
--Div
----custom
----custom
----text
Here is what is actually happening:
Fieldset
--Div
----custom
----custom
----text
----Div
------custom
------custom
------text
Here is the structure it should be:
Fieldset
--Div
----custom
----custom
----text
--Div
----custom
----custom
----text
Here is what is actually happening:
Fieldset
--Div
----custom
----custom
----text
----Div
------custom
------custom
------text