Tables side by side

J

jsather4

Hi, I am having trouble with the placement of tables inside of my layout
table. I want to put 3 even size tables from left to right. I have no
trouble placing the first table onto the page, but then when I want to insert
the next one right next to it, it puts it below it, and I can't select it and
drag it back to where I want it. It shows there is plenty of room for
another table.

Just wondering what is the proper way to do this. Thanks.

John
 
M

Murray

That works well.

You could also use CSS to float each table left and they will line up like
obedient soldiers.
 
Top