If I save the email as HTML it displays the sized image, but when I view it as a .msg file the image is not being sized. Here is my markup:
<p>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>
<img border=0 id="_x0000_i1026"
src="http://www.mynevadacounty.com/NC/CEO/Resources/FridayMemo/FM-20121004-gold-dollar-sign.jpg"
style='height:111px;width:150px'>
<o:p></o:p>
</span>
</p>
I noticed that the img tag is unclosed, could this cause the issue? If not, can anyone suggest how to get the image to size correctly?
Add
height="111"andwidth="150"to your image tag.Here is a good reference of what can be used:
http://www.campaignmonitor.com/css/