I have been using FP for a few years now, but I have never been able to put two tables beside one another. As soon as I try to put a table beside another table, it goes below it, and not beside it.,
How to fix this?
ken_b
3:05 am on Aug 11, 2006 (gmt 0)
To do this using tables to do this you need to start with a single row, two column table to hold the other two tables.
Then put one table in each column.
jessejump
12:19 pm on Aug 11, 2006 (gmt 0)
The first table - set ALIGN to left
mcjohnson
3:05 am on Aug 30, 2006 (gmt 0)
or, use CSS to position the tables, better yet divs, next to each other in whatever position you wish.