-
HTML Help
In the process of designing a site , and require some help.
My problem is im trying to have like three tables / sections on the site for information but each table seems to be placed below the other, rather id like to move the tables into line with each other.
Does anyone know how i am able to move or set where abouts on the page each table can be ( i can move the tables horizaontaly but want to know how i move the tables up or down on the page).
thanks
Not explained it too well but hope its well enought.
-
-
How about creating a table with one row and 3 columns. Each column contains one of your tables. You're allowed to nest tables.
let's see...
Code:
| <insert table1> |
<insert table2> |
<insert table3> |