All,
I basically have two identical pages from a coding perspective. The first page is:
The second page is:
However, in the second one IE adds extra spacing between the image and the other text. Does anyone have any idea why it would do this? In Chrome, Safari, FF it displays perfectly fine.
I can’t inspect elements in IE because it isn’t there so I’m not sure what is wrong. Any suggestions will be appreciated.
Thanks
Older versions of internet explorer do not correctly ignore whitespace (spaces, tabs, newlines, etc) when rendering pages. Your second example has a number of tabs after the image, which causes older versions of IE (or IE9 in compatibility mode) to put extra space after the image.