The images in the paragraph below should be justified. The right-most image must be placed at the complete right. Justifying works well for text, but not for images. The space between the images at the left and the space left there is equal to the space between the images, so this is probably an off by one error.

 body {margin: 0px; border: 0px; padding: 0px; }
 img {margin: 0px; border: 0px; padding: 0px; }
 p {text-align: justify; margin: 0px; border: 0px; padding: 0px; }
 html {margin: 0px; border: 0px; padding: 0px; }