|
Posted by Andy Dingley on 01/22/29 11:54
vanbc wrote:
> using "float: left;" will push all the tables to the left, but i want
> it centered. Anyone have any suggestions?
Wrap each <table> in a <div>, float the <div>s sideways and then align
the <table> within each <div>?
If you want tables to stay in a rectilinear grid, despite what happens
to resizing of the overall container window, then that's itself a
table. In your case it's a table of tables, and it's a legitimate use
of nested <table>s.
Navigation:
[Reply to this message]
|