How can i align ordered lists to center? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i align ordered lists to center?

How to align ordered list to center? Not just the contents but also the numbers. Thank you

15th Sep 2016, 12:15 PM
Alan Chan
Alan Chan - avatar
5 Answers
+ 1
<div align="center"> <!-- Put your list there --> </div>
15th Sep 2016, 12:21 PM
Zen
Zen - avatar
0
Thank you!
15th Sep 2016, 12:22 PM
Alan Chan
Alan Chan - avatar
0
But the numbers of order are still in right side. How to also align them to the center? Thanks a lots.
15th Sep 2016, 12:31 PM
Alan Chan
Alan Chan - avatar
0
just type <ol type = "1" align = "centre">
17th Sep 2016, 2:15 PM
Manish Pandey
Manish Pandey - avatar
0
Thank you
17th Sep 2016, 3:47 PM
Alan Chan
Alan Chan - avatar