Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only 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: 2824
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

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
Steven
You do not have the required permissions to view the files attached to this post.
Locked