Page 1 of 1

How to group objects

Posted: Sun Mar 27, 2022 8:23 am
by bzc0fq@gmail.com
Hi,

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>
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 :)

Re: How to group objects

Posted: Sun Mar 27, 2022 11:45 am
by Pablo
You can use a layer or layout grid to group objects.

A content place holder is for use with master frames.