html tables
hello,
does anybody know how to align, for example, 5 tables into 2 rows and 3 columns (3 on first row and 2 on second). The bottom tables should be right underneath the top ones no matter how big/long the top tables are. As an example look at http://www.divein.to I can do this by using one huge table and putting the small tables there but the table does not display until all of its content loads.
TTT TTT TTT These are 5 tables separated by ---
TTT TTT TTT And this is how I want to look them but
TTT TTT TTT without using one huge table.
TTT --- TTT
--- TTT TTT Don't know if all this is clear and hope
TTT TTT TTT for reply. Thanks.
TTT TTT ---
TTT TTT
TTT
Mark Hensler posted this at 00:02 — 16th August 2000.
He has: 4,048 posts
Joined: Aug 2000
I don't think you can do that.
You can align tables with align=[left, center, right] and valign=[top, middle, bottom]
But I think that when you tables back to back () it creates line break.
Mark Hensler
If there is no answer on Google, then there is no question.
AndyB posted this at 01:22 — 16th August 2000.
They have: 344 posts
Joined: Aug 1999
Closest you can get is one table that contains three cells each with its own table) ... looks like row #1 of your big table, and then one table that contains two cells each with its own table).
If you use cellpadding=0 cellspacing=0 border=0 both 'outside' tables will 'join up'.
evilbug posted this at 01:53 — 16th August 2000.
They have: 18 posts
Joined: Aug 2000
ok, thanks a lot
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.