2014-11-21 145 views
0

新來編碼和我不能爲我的生活爲什麼這封電子郵件是不是在展望2010年的工作,它只是頂部以及,如何解決這一問題或問題與Outlook和電子郵件

任何意見
<table> 
       <tr> 
        <td valign="top" width="15px">&nbsp;</td> 
        <td width="50"> 
        <img alt="" height="99" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_03.png" width="123" /></td> 
        <td align="right" valign="top" width="585"></td> 
       </tr> 
      </table> 
      <table bgcolor="#5BBBB7" cellpadding="0" cellspacing="0" style="width: 600px"> 
       <tr> 
        <td height="340px" width="600px"> 
        <table align="center" cellpadding="0" cellspacing="0" style="width: 574px"> 
         <tr> 
          <td colspan="3" style="height: 32px; width: 574px"> 
          <img alt="" height="32" height="32px" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_07.png" width="574" /></td> 
         </tr> 
         <tr> 
          <td rowspan="2" style="height: 279px; width: 13px"> 
          <img alt="" height="279" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_09.png" width="13" /></td> 
          <td align="left" bgcolor="#ffffff" style="padding-top: 10px; padding-left: 10px; padding-right: 10px" style="display: block; font-family: Tahoma, Verdana, Segoe, sans-serif; font-size: 12px; color: #000000; line-height: 14px; height: 212px;" valign="top" width="218px"> 
          </td> 
          <td rowspan="2" style="height: 279px; width: 343px"> 
          <img alt="" height="279" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_11.png" width="343" /></td> 
         </tr> 
         <tr> 
          <td style="height: 67px; width: 218px"> 
          <img alt="" height="67" src="http://www.uploadlibrary.com/first4families/TCM-Test/cell_12.png" style="display: block" width="218" /></td> 
         </tr> 
        </table> 

回答

0

我不認爲Outlook接受高/寬CSS,所以堅持HTML屬性。

此外,請關閉您的html屬性,這應該解決它的一大塊。

也設置display:block所有的圖像,如果我沒有記錯的話rowspan的Outlook不是很好 - 嘗試和分開你的表,而不是嘗試使用不同數量的列的行。