if i use this code (with spaces between the two tags):
<img src="....." style="border:0px;margin:0px" />
<img src="....." style="border:0px;margin:0px" />
there are 4 pixels between images. if I use this:
<img src="....." style="border:0px;margin:0px" /><img src="...." style="border:0px;margin:0px" />
the space between images disappear, on all browsers!
Why????????
http://jsfiddle.net/JNWc7/