Forums

invalid markup with nested containers

peregrinedesign 06 Dec, 2015
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
GreyHead 06 Dec, 2015
Hi peregrinedesign,

There's no problem when I test - see here (a little CSS added to show the borders).

Might you have an unclosed <div> in your custom code somewhere?

Bob
peregrinedesign 07 Dec, 2015
1 Likes
Hi,

You were right, missed a closing div. So sorry to trouble you with my clear operator error, and thank you for taking the time to direct me to my error. And sorry for assuming it was a bug and posting it here.

Have a great day,
Dave
This topic is locked and no more replies can be posted.