Page 1 of 1

DIV around fields objects

Posted: Thu May 24, 2012 6:34 pm
by massiws
Hello and congratulations for this great application!
I would like to display the objects in the form box html; esempo to:

Code: Select all

<div id="MyBoxStyle">
...
all the objects
...
</ div>
How can I do?

Thanks in advance.

Re: DIV around fields objects

Posted: Tue Jun 12, 2012 2:13 am
by shane
two html objects one to open the div the other to close the div.

Re: DIV around fields objects

Posted: Wed Jun 13, 2012 6:06 am
by massiws
shane wrote:two html objects one to open the div the other to close the div.
Sorry, but this doesn't work (I had already tried this solution before posting here).
The first html object

Code: Select all

<div class="mydiv">
is rendered with a close tag also (<div class="mydiv"> </div>), and the second html object

Code: Select all

</div>
is not rendered...

Re: DIV around fields objects

Posted: Wed Jun 13, 2012 7:27 am
by admin
massiws,

if you use just one HTML Object with this..

Code: Select all

<div style='position:absolute;width:100px;height:100px;left:100px;top:100px;border-style:solid'></div>
you can get this..
Capture.PNG
Steven