0
我發送一個asp.net網頁的電子郵件,所有的東西在Gmail,雅虎和Hotmail的工作正常,但在Outlook中,徽標圖像顯示其實際寬度和高度。自定義寬度和高度不適用。這是outlook view 這是the gmail view 這裏的標記,該URL由代碼分配背後圖像始終顯示其實際尺寸在Outlook
<table border="0"
cellpadding="0"
cellspacing="0"
width="167"
style="width: 167px; padding: 3px 0 7px 60px; height: 132px;">
<tbody>
<tr>
<td valign="top" style="width: 127px; height: 104px;">
<div style="padding-top: 20px;">
<asp:Image ID="imgLogo"
runat="server"
Width="125" Height="100"
BorderColor="Gray"
BorderStyle="Solid"
BorderWidth="1px" />
</div>
</td>
</tr>
</tbody>
</table>
你可以顯示生成的標記嗎? – 2013-03-27 08:26:16