2016-11-29 70 views
0

我正在構建一個流體混合電子郵件,並且出於某種原因,此單列不斷擴展,超出了我的600px容器,適用於Outlook 2007+。當我在Litmus測試一切都很好,但是當我在Outlook 2010中實際查看它時,我遇到了一些問題。標題圖像下面有1px的間距,單列(帶有文本)擴展到600px以上。我嘗試了通常的嫌疑犯(顯示:img,valign bottom),但沒有運氣。Outlook 2007+單列行上的額外間距

Here's my litmus build

請注意,我有一個顯示爲Outlook條件標題圖像2007+。

任何想法?提前致謝!

下面的代碼:

<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<!--[if !mso]><!--> 
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
<!--<![endif]--> 
<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
<title></title> 
<!--[if (gte mso 9)|(IE)]> 
<style type="text/css"> 
    table {border-collapse: collapse;} 
    .legal {padding-left: 20px;} 
.footer {display: none !important;} 
</style> 
<![endif]--> 
<!--[if lte mso 11]> 
<style type="text/css"> 
.header {display: none;} 
</style> 
<![endif]--> 
<style type="text/css"> 
    .sellPoints { 
    font-size: 10px; 
    padding-bottom: 5px; 
    padding-left: 42px; 
} 
.mainPoints { 
    font-size: 12px; 
} 
body { 
    margin: 0 !important; 
    padding: 0; 
    background-color: #ffffff; 
} 

table { 
    border-spacing: 0; 
    font-family: sans-serif; 
    color: #333333; 
} 

td { 
    padding: 0; 
} 

img { 
    border: 0; 
} 

div[style*="margin: 16px 0"] { 
    margin: 0 !important; 
} 

.wrapper { 
    width: 100%; 
    table-layout: fixed; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
} 

.webkit { 
    max-width: 600px; 
    margin: 0 auto; 
} 

.outer { 
    Margin: 0 auto; 
    width: 100%; 
    max-width: 600px; 
} 
/*Full width image*/ 

.full-width-image img { 
    width: 100%; 
    max-width: 600px; 
    height: auto; 
} 
/*<!-- Single column row layout -->*/ 

.inner { 
    padding: 10px; 
} 

p { 
    Margin: 0; 
} 

a { 
    color: #ee6a56; 
    text-decoration: underline; 
} 

.h1 { 
    font-size: 21px; 
    font-weight: bold; 
    Margin-bottom: 18px; 
} 

.h2 { 
    font-size: 18px; 
    font-weight: bold; 
    Margin-bottom: 12px; 
} 
/* One column layout */ 

.one-column .contents { 
    text-align: left; 
} 

.one-column p { 
    font-size: 14px; 
    Margin-bottom: 10px; 
} 
/*Double column row layout*/ 

.two-column { 
    text-align: center; 
    font-size: 0; 
} 

.two-column .column { 
    width: 100%; 
    max-width: 300px; 
    display: inline-block; 
    vertical-align: top; 
} 

.contents { 
    width: 100%; 
} 

.two-column .contents { 
    font-size: 14px; 
    text-align: left; 
} 

.two-column img { 
    width: 100%; 
    max-width: 300px; 
    height: auto; 
} 

.two-column .text { 
    padding-top: 10px; 
} 
</style> 

<body> 
<center class="wrapper"> 
    <div class="webkit"> 
     <!--[if (gte mso 9)|(IE)]> 
     <table width="600" align="center"> 
     <tr> 
     <td> 
     <![endif]--> 
     <table class="outer" align="center"> 
      <tr> 
       <td> 
        <!-- Two column row layout --> 

         <!-- Full width banner image --> 
        <!--[if gte mso 9]> 
        <table class="outer" align="center"> 
         <tr> 
          <td class="full-width-image" valign="bottom"> 
           <img style="display: block; width: 600px !important;" src="http://www.thedognamer.com/wp-content/uploads/2015/07/seinfeld-dog-names.png" width="600" alt="" /> 
          </td> 
         </tr> 
        </table> 
        <![endif]--> 
        <!-- End Full width banner image --> 


        <!--[if !mso]><!-- --> 
        <tr> 
         <td class="two-column header" bgcolor="#83bae6" style="background-color: #83bae6;"> 
          <!--[if (gte mso 9)|(IE)]> 
            <table width="100%" cellspacing="0" cellpadding="0"> 
            <tr> 
            <td width="50%" valign="top"> 
            <![endif]--> 
          <div class="column"> 
           <table width="100%" cellspacing="0" cellpadding="0"> 
            <tr> 
             <td> 
              <table class="contents" cellspacing="0" cellpadding="0"> 
               <tr> 
                <td align="center"> 
                 <img style="display: block;" src="https://s-media-cache-ak0.pinimg.com/736x/03/a8/68/03a868689a6c3eb81767e18ee246ebfe.jpg" alt="" /> 
                </td> 
               </tr>             
              </table> 
             </td> 
            </tr> 
           </table> 
          </div> 
          <!--[if (gte mso 9)|(IE)]> 
            </td><td width="50%" valign="top"> 
            <![endif]--> 
          <div class="column"> 
           <table width="100%" cellspacing="0" cellpadding="0"> 
            <tr> 
             <td> 
              <table class="contents" cellspacing="0" cellpadding="0"> 
               <tr> 
                <td align="center"> 
                 <img style="display: block;" src="https://s-media-cache-ak0.pinimg.com/736x/03/a8/68/03a868689a6c3eb81767e18ee246ebfe.jpg" alt="" /> 
                </td> 
               </tr>              
              </table> 
             </td> 
            </tr> 
           </table> 
          </div> 
          <!--[if (gte mso 9)|(IE)]> 
            </td> 
            </tr> 
            </table> 
            <![endif]--> 
         </td> 
        </tr> 
        <!--<![endif]--> 
        <!-- End Two column row layout --> 
        <!-- Single column row layout --> 
        <tr> 
         <td class="one-column"> 
          <table width="100%" cellspacing="0" cellpadding="0"> 
           <tr> 
            <td class="contents" bgcolor="#5477b9" style="background-color: #5477b9;text-align: center;color: #ffffff;padding-top: 8px; padding-bottom: 0; Margin-bottom: 8px;"> 
             <p class="h1">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient mo</p>            
            </td> 
           </tr> 
          </table> 
         </td> 
        </tr> 
        <!-- End Single column row layout -->  
       </td> 
      </tr> 
     </table> 
     <!--[if (gte mso 9)|(IE)]> 
     </td> 
     </tr> 
     </table> 
     <![endif]--> 
    </div> 
</center> 

+0

石蕊鏈接不起作用,你可以張貼一段代碼請。 –

+0

我更新了帖子以包含代碼。不知道爲什麼它分兩部分(我提前道歉)。 – brando

回答

0

有時與HTML郵件,你忘記了最簡單的東西...

通過將border =「0」添加到包含圖像的表格中,問題就消失了。