I am trying to remove a white border i get around img tag.
img
{
margin:0px;
padding:0px;
border : none;
}
<img src="http://upload.wikimedia.org/wikipedia/commons/8/85/Black_300.jpg">
<img src="http://upload.wikimedia.org/wikipedia/commons/8/85/Black_300.jpg">
As you can see
there is a white margin between the images. How can i remove it ?