How can I style two images to be on the same line?
<div>
<img src=""/>
<img src=""/>
</div>
While this code gives me images on the same line, there are spaces between them. Using inline display did not solve the issue. Any suggestions for removing these spaces?