Take a look at my fiddle: http://jsfiddle.net/jVsQY/
As you can see, I'm using text-align: center
on a image tag, with a class and it doesn't show any results.
I was trying using an display: inline-block
and so, but did not helped.
To center align an image you need to do something like this:
<div style="text-align:center;"><img src="image.jpg" /></div>
Or like this:
<img src="image.jpg" style="display:block; margin:auto; "/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With