+ 1

How do you align a table to the center?

7th Aug 2016, 7:23 PM
keebee2199
7 Réponses
+ 3
Better use CSS to align or editing stuff to make coding easier.
8th Aug 2016, 6:28 PM
Mohammad Fahad Sayed
Mohammad Fahad Sayed - avatar
+ 2
You can use the tag <center> before Tag <table> and resolve your problems
7th Aug 2016, 9:32 PM
Fabio Mazzaglia
Fabio Mazzaglia - avatar
+ 2
Em is emphasized text <em>This is emphasized text</em>
7th Aug 2016, 9:48 PM
Jack
+ 2
<table align="center " border="2">
8th Aug 2016, 12:32 AM
shashanth
shashanth - avatar
+ 2
agree ;)
8th Aug 2016, 1:38 AM
Alex F
Alex F - avatar
+ 2
simply just type <table align="center"> this can be used if you only wants to sent your table in center. otherwise you can use other tags for costumize your table
8th Aug 2016, 3:31 AM
Parikshit
Parikshit - avatar
+ 2
simply type <table align ="center">
11th Aug 2016, 3:28 AM
diwakar Kumar
diwakar Kumar - avatar