Remove Space Between Vertical Images
-
Hey I’m looking to remove the space between images so that they are stacked vertically and touching, with no white space in between.
Here’s my html code for the two images right now:
<a href="https://www.endalldisease.com/library-disease/"><img onmouseover="this.src='https://www.endalldisease.com/wp-content/uploads/2013/01/Disease222.png'" onmouseout="this.src='https://www.endalldisease.com/wp-content/uploads/2013/01/Disease111.png'" src="https://www.endalldisease.com/wp-content/uploads/2013/01/Disease111.png" alt="" /></a> <a href="https://www.endalldisease.com/library-environment/"><img onmouseover="this.src='https://www.endalldisease.com/wp-content/uploads/2013/01/Environment222.png'" onmouseout="this.src='https://www.endalldisease.com/wp-content/uploads/2013/01/Environment111.png'" src="https://www.endalldisease.com/wp-content/uploads/2013/01/Environment111.png" alt="" /></a>
And here’s how that code looks on my page:
https://www.endalldisease.com/books/What do I need to add to them to remove the space in between?
Best regards,
-Mark
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove Space Between Vertical Images’ is closed to new replies.