Center the Image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Center the Image

For the website Autoset, I am merely trying to get my slider centered, and all my text centered. I was wondering if anyone may have any solutions for centering the slider for this webpage. I have been trying to get this slider centered for an eternity and a half now, and it will not go through. All suggestion are welcome, and will be tested. Anyhow, thanks for reading my post, and happy coding!

12th Oct 2017, 2:21 AM
Uri Easter
Uri Easter - avatar
4 Answers
+ 7
<p align="center"><img></p> <!--Centers image-->
12th Oct 2017, 2:24 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 6
okay. I will give that a try again.
12th Oct 2017, 2:26 AM
Uri Easter
Uri Easter - avatar
+ 6
Thanks guys!! Fixed this a while ago, but your support is appreciated!
9th Oct 2019, 8:34 PM
Uri Easter
Uri Easter - avatar
+ 5
give your image (or slider) a class or id... <img src="..." class="image"> then use CSS and set the margin to auto... .image { margin: auto; }
12th Oct 2017, 4:02 AM
Nope
Nope - avatar