I want a image to be centered aligned. Image size is fixed in pixels.
So what I want is like this-
.>
remove float: left from image css and add text-align: center property in parent element body
float: left
text-align: center
body