I have 3 tables of variable widths depending on the text used in each column. the tables are side by side. I want to horizontally center the three tables on a page.
I tried placing the tables in a div and set the left and right margins to auto. The problem with this method was that the tables could not be floated and removing the floats stacked the tables.
I can't set the width of the div because the tables have variable widths.
Any ideas?



Reply With Quote

Bookmarks