HTML rendering issue with Windows Live Hotmail in Firefox
For the ones who have to design HTML emails for clients, you may have been facing this issue. When you try to cascade some images, you might find gaps at the bottom of the images - only on Windows Live Hotmail opened in Firefox - they just won’t stick together.
Our company has to process a lot of HTML email send-outs every week, and this has been causing us a lot of trouble.
Finally we found what has gone wrong.
Windows Live Hotmail renders HTML in standard mode. Any inline element (eg. img) in a table cell will be aligned to the text baseline. This allows space for any descenders that extend below the baseline for some letters.
To fix this is really simple: put style=”display:block;” on the img tags.
When will MS stop giving us problems?











