Hi,
I have a form that displays a line of form objects (Inputs, selects). I lay them out withing a single
and separate them with . WHen I use the following code on one of my form objects within the row:
It breaks the layout by showing the Combo object on the next line. When I view the source, I see:
<div class="dhx_combo_box " ... surrounding my form object so the breaks the layout. Any way around this?
Don