Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

DIV around fields objects

Locked
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

DIV around fields objects

Unread post 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.
shane
Posts: 100
Joined: Mon Jun 15, 2009 10:04 am

Re: DIV around fields objects

Unread post by shane »

two html objects one to open the div the other to close the div.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: DIV around fields objects

Unread post 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...
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: DIV around fields objects

Unread post 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
Capture.PNG (23.29 KiB) Viewed 2657 times
Steven
Locked