I have placed 2 images side by side in a div besides input box “Search by Contact”. In the browser I find there is a gap between the 2nd image(Button T) and the one on its left. I am unable to remove the gap. Any help is highly appreciated. Here is the link to the html page:
Space between button T and the one on its left.
I have placed 2 images side by side in a div besides input box
Share
There is white space between the images in the HTML code and since images are in-line elements (similar to text), there will be white space on the rendered page.