I cut one image to three equal images and now I have it in the html code like this:
<img src="images/disclosure2_01.jpg" alt="Disclosure">
<img src="images/disclosure2_02.gif" alt="Disclosure2">
<img src="images/disclosure2_03.gif" alt="Disclosure3">
The images render at the website like this:

I want to know if its possible to remove that vertical spacing between the images and the images to look like one whole picture.
Thanks in advance for your help.
try this.
Remove the lines between them.
or tinker with css.