IE7 breaking my html email design?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jonah1289
    New Member
    • Oct 2011
    • 1

    IE7 breaking my html email design?

    HI

    I have created the following HTML email. If viewed in IE7 you can see the top left leaf images (there are 2 images) are not completely connected together. One of the images is being pushed down slightly and im not sure why.

    Anyone here have a suggestion on how to fix?

    thank you,
    rjs
  • hellodipak
    New Member
    • Jun 2010
    • 26

    #2
    You can specify separate CSS file for IE7 with conditional comments:
    <!--[if IE 7]>
    <link href="yoursiten ame.ie7.css" rel="stylesheet " type="text/css" />
    <![endif]-->

    Comment

    Working...