I’m having a strange problem. I want to put border around the image, but it is showing some space at the bottom. Please have a look here: http://jsfiddle.net/4WKJY/
I don’t want to put fixed height and width. Thanks for any help.
I’m having a strange problem. I want to put border around the image, but
Share
You can fix it by making the img
display:blockin your CSS, as seen here.