I’ve embeded an svg image in to an html email. It displays on iphone and desktop mac mail aplication but is nt showing on my Mobileme web mail. Any ideas why? This is the code
<object data="http://www.jamesgrubb.co.uk/img/rclogoSmall.svg"
type="image/svg+xml"
width="200"
height="50"
style="display:block; overflow: hidden;"
pluginspage="http://www.adobe.com/svg/viewer/install/">
<img src="http://www.jamesgrubb.co.uk/img/rclogoSmall.svg"
alt="Red Cloud"
style="width:200px; height:50px; "/>
</object>
Many webmail services sanitize their HTML emails before showing it. Pretty sure it sees the OBJECT element and removes it and whatever it has inside.