Hi, sorry to comment on an old post, but when trying to inline css for emailing, I found your code and try it. unfortunatelly it fails on media queries because there is embedded {} inside the style element : ex :
<style>
.appleLinks, .appleLinksWhite { text-decoration: none !important; }
Hi, sorry to comment on an old post, but when trying to inline css for emailing, I found your code and try it. unfortunatelly it fails on media queries because there is embedded {} inside the style element : ex :
<style>
.appleLinks, .appleLinksWhite { text-decoration: none !important; }
@media (max-width: 640px) { body[yahoo] .inner { width:100% !important; padding:0; }
</style>
Have you produced any new developpement or alternative ? regards