image always display with its actual dimensions in outlook

puturrudefoie

New Member
I am sending an asp.net web page in email, all the things is working fine in gmail, yahoo and hotmail, but in outlook the logo image is displayed with its actual width and height. The custom width and height is not applying. This is the outlook view and this is the gmail viewhere is the markup, the url is assigned from code behind\[code\]<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>\[/code\]
 
Back
Top