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.
massiws
Posts: 503 Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:
Unread post
by massiws » Thu May 24, 2012 6:34 pm
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
Unread post
by shane » Tue Jun 12, 2012 2:13 am
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:
Unread post
by massiws » Wed Jun 13, 2012 6:06 am
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
is rendered with a close tag also (<div class="mydiv"> </div>), and the second html object
is not rendered...
admin
Site Admin
Posts: 2824 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times
Unread post
by admin » Wed Jun 13, 2012 7:27 am
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.