Create a table beside a table

V

vsaun

Can I add another table beside an existing table? If so, how do I do it?
I'm creating a page that has a full-screen table. Inside this table, is a
nested table on the right side of the screen. I want to add another nested
table on the left side.
Thanks.
 
T

Thomas A. Rowe

Divide the row into two columns, insert a table in each column.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
M

Murray

Add another column to the existing outer table. Insert your new table into
the column you just added.
 
Top