How to group objects
Posted: Sun Mar 27, 2022 8:23 am
Hi,
I have several objects like labels, editboxes, tables and HTML's in the page.
I would like to group them like this:
I was hopping I was able to place them in some kind of a container like content place holder, but it does not work in this way, I'm afraid.
Could you please advice on how can I do this without rewriting everything in html object?
Thanks in advance for your help
I have several objects like labels, editboxes, tables and HTML's in the page.
I would like to group them like this:
Code: Select all
<div id="test">
<table> ..... </table>
<html> ..... </html>
...
...
</div>
Could you please advice on how can I do this without rewriting everything in html object?
Thanks in advance for your help
