Premailer.io
CSS blocks into inline style attributes for HTML emails
{{ error }}
Results
{{ ::results.warnings }}
{{ ::results.html }}
That took a whopping
{{ results.took | number:1 }} milliseconds
{{ results.took / 1000 | number:1 }} seconds to convert.
The resulting HTML is {{ results.html.length | filesize }}.
Server Error
Something horrible happened. I think.
Basically, we weren't even able to make a server query.
{{ serverError }}
About this web app
Premailer is a
Python library based on libxml
which can analyze a
HTML document and extract its CSS style sheets and then for all
CSS seletors defined, it finds the DOM nodes and puts style
attributes in instead.
This website is an example implementation of that library that you can test in a browser without having to install anything.
Read the original blog post about this site: https://www.peterbe.com/plog/premailer.io