I want a image to be centered aligned. Image size is fixed in pixels.
So what I want is like this-
.
You don't need align="center" and float:left. Remove both of these. margin: 0 auto is sufficient.
align="center"
float:left
margin: 0 auto
just remove float: left and replace align with margin: 0 auto and it will be centered.
float: left