Here is the structure of my DOM in HTML content that I am including in an email.
<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>
I have applied a style height:150px;width:120px
to the image to make it a thumbnail size. However, this style doesn't work when the email is viewed in Outlook. This leads to my two questions:
1) How can I ensure that the CSS for setting height and width of the image works?
2) The image appears blurry in Windows Live Mail. I'm concerned if this issue will persist in Outlook once I fix the styling problem. How can I resolve this?