While designing a template for Joomla, I ran into this weird problem the other day. For some reason, the tab images on the navigation bar were having a white space in between them. I checked my code over and over again, even narrowed down the file into a simpler layout. But no luck! I didn’t even know what to type in google. The problem was so silly!
Well, when I finally found out the solution, the problem seemed even sillier! Turns out, if you leave a white space or new line in between to img tags, a white space appears in between them. But if you delete the spaces between the two tags, it renders fine! Check it out.
I wish hadn’t had to know that!