How to place a table in the center | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to place a table in the center

13th Nov 2016, 10:46 AM
lo lo
5 Answers
+ 3
once you have your table use these tags: <center></center>
13th Nov 2016, 2:28 PM
Aquarius
Aquarius - avatar
+ 1
Set the parent tag aligment to "center". The table should then be centered.
13th Nov 2016, 11:19 AM
jmey
+ 1
... didn't I say that?
13th Nov 2016, 12:11 PM
jmey
0
set the parent tag alignmentHi to "center".the table should then be centered
13th Nov 2016, 11:51 AM
nikhil boddeda
nikhil boddeda - avatar
0
<table border="2" align="center"> <tr> <td></td> <td></td> <td></td> </tr> <tr> <td><br /></td> <td></td> </tr> </table>
15th Nov 2016, 3:02 PM
anne_german