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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -