I want a image to be centered aligned. Image size is fixed in pixels.
So what I want is like this-
.>
just remove float: left and replace align with margin: 0 auto and it will be centered.
float: left
margin: 0 auto