vote up 3 vote down star
2

When you take a look at http://www.campaignmonitor.com/css/ you learn that you need to embed inline styles in your HTML, in order for your email to be read in any mail client.

Do you know any tools or script to automatically convert an HTML file with a declared in to an HTML file with only inline CCS style attributes ?

Edit: Any Javascript solution ( ie: http://www.robertnyman.com/2006/04/24/get-the-rendered-style-of-an-element/ ) ? With jQuery ?

flag

63% accept rate

5 Answers

vote up 4 vote down check

Check this online converter, it may help
http://code.dunae.ca/premailer.web/

link|flag
Thanks for this link ! It seems to be exactly what I was looking for. – Pierre-Jean Coudert Apr 26 at 20:04
vote up -4 vote down

I would just do it in an HTML editor, and copy and paste it in.Just make sure you use inline styles. Just try to not use ones that aren't supported very well - as far as I am aware there are not any dedicated tools for this.

link|flag
"HTML editor, and copy and paste it in"? You can't be serious. This a programmers forum and I am sure Pierre-Jean was looking for a computer-aided solution. – MasterPeter Apr 26 at 16:07
Yea, and I hate to tell you, thats how most people do it. It's not something you edit over and over, so its generally not worth the time to spend rolling your own solution or spending money on it. You don't write 4 or 5 email campaigns every single day correct? – patricksweeney Apr 26 at 16:24
2  
Copy & Paste: that is exactly what I want to avoid... I'm looking for an automated solution. – Pierre-Jean Coudert Apr 26 at 16:59
@patricksweeney: You may not be editing 4 or 5 email campaigns every day, but when the time comes to edit an email for a white-label product where you have lots of different brandings that need to be applied it's rather tedious to have to redo EVERYTHING. – Mr. Shiny and New Aug 27 at 13:33
vote up -2 vote down

I highly doubt you will find any program out there that will take an external stylesheet and parse it into inline styles.

If anything you best bet would be to use one of the many WYSIWYG editors like TinyMCE that will apply styling inline as you set it - like the one we use on here for example ;)

link|flag
vote up 0 vote down

My advice to you is, please drop the "fancy" stuff in a newsletter. A newsletter is to be simple and focus on the points of a/some subject/s, and that's it... for the fancy stuff the user will click in the link and follow if he wants to read more about it. So, pay attention to your subject headers instead trying to create a "cool effect".

Don't try to make from a newsletter a website page, that's why we called newsletter and not web page in the email.

you should also read MailChimp advice on creating newsletters, just check their resources, it's as good as campaign monitor. And you can have, for free, 600 emails to send just for fun, use them to test your newsletter...

Campaign monitor templates are incredible great, use one and follow the guidlines, remember that you have limitations on the CSS to use, even inline...

link|flag
vote up 0 vote down

It's not enough to simply inline your CSS. There are no observed standards as to how an HTML email will be shown in whatever email client is used. They all do it differently, and the more you design your email the more likely it is that it will break in a greater amount of clients. Many professionals in this space simply use images and tables and maybe some background colors, but nothing else. Always include a link to a website that has a working copy of the email and always provide a plain text variant.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.