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
