我在作为电子邮件发送的 html 内容中有以下 dom 结构。
<a href="http://content.mindmatrix.net/email/814xjqjmpj5r/b59tqx7tzz2x7"
target="_new">
<span style='text-decoration:none;text-underline:none'>
<img border=0 id="_x0000_i1026"
src="http://dev.mindmatrix.net/page/e7c9cf53-bae8-4024-a561-355f950cb26b/635246986810000000/original.jpeg?userid=cozmwz91irkm1"
style='border-bottom-color:black;border-bottom-style:solid;border-bottom-width:
1px;border-left-color:black;border-left-style:solid;border-left-width:1px;
border-right-color:black;border-right-style:solid;border-right-width:1px;
border-top-color:black;border-top-style:solid;border-top-width:1px;
height:150px;width:120px'>
</span></a>
我正在height:150px;width:120px
为图像赋予样式以使其成为缩略图大小。此图像的实际高度和宽度非常大。问题是,当邮件进入 Outlook 收件箱时,不会采用这种样式。所以我的问题是——
1)我怎样才能让css用于设置高度和宽度。
2) 图像在Windown live mail中出现模糊。我不确定当我成功修复高度和宽度的样式时它是否会持续存在。那么我该如何解决这个问题