css - Image width inline IE conditional comments -
i use different image inline width property when html page viewed in outlook.
i believe way around using ie conditional comments, this:
<img src="myimage.jpg" <!--[if !mso]><!-->width="600"<!--<![endif]--><!--[if mso]><!-->width="300"<!--<![endif]--> />
but doesn't seem working , doesn't render image @ in browser. seems using conditional comments within inline element doesn't work.
any ideas?
Comments
Post a Comment