0
how to align tables?
8 Respostas
+ 3
<table style="float:left">
Or:
<table style="display:inline-block">
+ 1
I did not understand you. Do you want to make two columns?
0
For example,
<table align="center"></table>
0
and how to two table in one line?
0
like in facebook there are three tables in one line , not a columns , :-)
0
put the tables inside div, e.g. make one div and make further divs equal to number of tables, now put your table inside each div.
- 1
<table align="Right"></table>
- 1
you have to study html5.there is rule for that concept you are talking.