how to align tables? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to align tables?

22nd Jul 2016, 12:05 AM
jason
8 Answers
+ 3
<table style="float:left"> Or: <table style="display:inline-block">
24th Jul 2016, 1:10 AM
ZinC
ZinC - avatar
+ 1
I did not understand you. Do you want to make two columns?
22nd Jul 2016, 12:56 AM
Mehmet Ali
Mehmet Ali - avatar
0
For example, <table align="center"></table>
22nd Jul 2016, 12:27 AM
Mehmet Ali
Mehmet Ali - avatar
0
and how to two table in one line?
22nd Jul 2016, 12:33 AM
jason
0
like in facebook there are three tables in one line , not a columns , :-)
22nd Jul 2016, 1:36 AM
jason
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.
22nd Jul 2016, 6:14 AM
Nitish Dogra
Nitish Dogra - avatar
- 1
<table align="Right"></table>
23rd Jul 2016, 4:41 AM
Dev_140897
Dev_140897 - avatar
- 1
you have to study html5.there is rule for that concept you are talking.
24th Jul 2016, 5:15 AM
Dev_140897
Dev_140897 - avatar