eMail Standards

The Blog by Industry Professionals on How to Code eMails 
Filed under

Code

 

"Images in Hotmail display broken... help!"

I must hear this at least once every day from either a client or my colleagues.

"Why don't images display in Hotmail properly?" They say with sad faces and a grumpy tone. Well that's simple... It's owned by Microsoft :)

But don't worry this is very easy to fix.

All you need to do to get this working is to insert a little bit of inline CSS magic within ALL the <img> tags and voila!

Example: <img style="display:block;" href="... />

Your problems should be over!

Filed under  //   <img>   Code   CSS   Hotmail  
Posted by Jez 

Comments [0]