Is it possible to center image using text-align:center; style?
text-align:center;
It is not supported by W3C.
Use the following way:
img.center { display: block; margin-left: auto; margin-right: auto; }
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
It is not supported by W3C.
Use the following way: