is it possible to change the positions of text inside a table ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is it possible to change the positions of text inside a table ?

8th Nov 2016, 5:18 PM
rahul
rahul - avatar
3 Answers
+ 1
Yes you can use the text-align property to align either to the center, left or right.
8th Nov 2016, 8:36 PM
Justin Jamgbadi
Justin Jamgbadi - avatar
+ 1
Yes there's also the vertical-align property with values top, middle and bottom. You can also use the padding property to control the space between the table border and table content.
9th Nov 2016, 1:22 AM
Justin Jamgbadi
Justin Jamgbadi - avatar
0
except text-align property is there any other option?
9th Nov 2016, 1:19 AM
rahul
rahul - avatar