Hello,
So I've managed to make an html site for a business too, and I'm using table POST data for a php script. Everything works fine but my table spacing is no efficient. I'd like to keep the arrangement of tables all within the same form, but I would prefer that they are spread across the screen in columns rather than rows.
Right now it looks like this for the tables:
I want it to look like this:[Table1]
[Table2]
[Table3]
[Table4]
[Table5]
[SUBMIT]
How do I set the tables to appear after the last one rather than below it, yet still use the same [SUMBIT] button for all tables.[Table1][Table2]
[Table3][Table4]
[Table5]
[SUBMIT]


Reply With Quote

Bookmarks