Remove white space below image

This doesn’t come up  much nowadays. I suppose as i dont often get sent designs now to make into web sites that have images spliced so that they (in  theory) fit together as one seamless image. But sometimes it comes up  and then i have to remember what question to ask google . so here it is.: How to Remove white space below image or why is there a space between two images when there is no space in  the code? So, How to Remove white space below image QUICK ANSWER:  style=”display: block;” if you  want it inline <img  style=”display: block;” etc.. or in  a style sheet just  img {display: block;}.  

This doesn’t come up  much nowadays. I suppose as i dont often get sent designs now to make into web sites that have images spliced so that they (in  theory) fit together as one seamless image.

But sometimes it comes up  and then i have to remember what question to ask google .

so here it is.: How to Remove white space below image or why is there a space between two images when there is no space in  the code?

So, How to Remove white space below image

QUICK ANSWER:  style=”display: block;” if you  want it inline <img  style=”display: block;” etc.. or in  a style sheet just  img {display: block;}.