cadev wrote:
> I have a number of tables. I need to take all these tables and position them
> absolutely. I do not want to add them to the document until all the tables
> have been created. I prefer to add the tables to another object/element,
> and then position that element absolutely. How ca
I have a number of tables. I need to take all these tables and position them
absolutely. I do not want to add them to the document until all the tables
have been created. I prefer to add the tables to another object/element,
and then position that element absolutely. How can I do this? Can ch