seanpowell / Email-Boilerplate

The email boilerplate for sending out nicely formatted messages.
htmlemailboilerplate.com
3.81k stars 676 forks source link

2 image_fix questions #28

Open jjb opened 10 years ago

jjb commented 10 years ago

regarding .image_fix {display:block;}

  1. if it's fixing something out-of-the-ordinary that only some clients do, shouldn't it be the default, like the other normalization style?
  2. "You may not always want all of your images to be block elements. Apply the "image_fix" class to any image you need to fix." — so isn't the fix backwards? If the problem is that the clients force a space, shouldn't the fix be to make it inline?