1

親テーブルの幅の100%まで伸びる画像でメールテンプレートをフォーマットしています。これは、Outlook Web Accessを除いて、私が試したすべての電子メールプロバイダーで見た目も機能も優れています。テーブル、テーブル行、または画像自体によって定義された高さプロパティを認識していません。画像の高さをほぼ無限に伸ばします。Outlook Web Accessに画像を正しく表示させる方法について何か考えはありますか?これが私が取り組んでいるものです:

<html>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" border="0" text-decoration="none" style="min-width: 100%">
<table width="100%" border="0" bordercolor="#FFFFFF" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="padding:15px  link="#fff" vlink="#fff" alink="#fff" >
  <tr valign="bottom" cellpadding="0" cellspacing="0">
  <tr>
    <td height="4" colspan="4" valign="top"><table width="100%" border="0px" cellpadding="0" cellspacing="0"> 
      </table>
    </td>
  </tr>
      </tr>
  <tr>
    <td width="207" rowspan="2" valign="top" cellpadding="0" cellspacing="0"><img src="image/header-left.png" width="259" height="69" alt="logo"></td>
    <td width="157" height="29" colspan="2" align="right" valign="top" cellpadding="0" cellspacing="0"><img src="image/header-right.png" width="156" height="69" alt="right image"></td></tr>
</table>
<table width="100%" height="80" rowspan="2" valign="top" cellpadding="0" cellspacing="0">
    <tr>
    <td height="80" max-height="80" colspan="2" rowspan="0" align="right" valign="top" cellpadding="0" cellspacing="0" style="max-height:80px;"><img src="image/header-center.png" alt="bottom middle image" width="100%" height="80" style="max-height="80"></td>
</tr>
</table>
</body>
</html>
4

0 に答える 0