Sunday, 15 April 2012

html - White lines in email messages on iPhone with split images -



html - White lines in email messages on iPhone with split images -

we found snippet of code our email messages resize email mobile devices maintains size of text.

we utilize split images our email messages text above image. problem getting white line in image @ tr command. image displays no white lines if next code removed header. when add together code cannot rid of white line when viewing email on iphone or droid. displays on desktop/laptop in email clients.

here code placed in head section.

<style type="text/css"> @media screen , (max-width: 600px) {/*css styles here applied on supporting mobile devices*/ table, div {width:100% !important; max-width: 600px !important; position:relative !important; height:auto !important; overflow:hidden !important; top:0px !important;} img {max-width:100%; height: auto !important;}} </style>

any suggestions on how rid of white line?

try display:block; in image tag.

html html-email

No comments:

Post a Comment