开发者

tool to make all styles inline?

开发者 https://www.devze.com 2023-03-17 14:37 出处:网络
\"good lord, man, why would you want to do that? don\'t you know that inline styles are EVIL?!\" ya, I know.

"good lord, man, why would you want to do that? don't you know that inline styles are EVIL?!"

ya, I know.

but i want to make real html emails, and real pretty craigslist ads [1], and as you know, they (mostly) only support inline styles. i'd like to have pretty, manageable, css themes for them, but obviously, this is impractical with inline styles.

so, what i'm looking for is a tool (php or jquery pref), that can take all the styles that apply to a document or block of text, and output some new html, but with the styles inline. know of one?

thanks in advance!

[1] i know what you're thinking, CL doesn't 开发者_如何学运维support css, but that's not actually true. some sections let u put in css.


This Question has an answer with a JQuery implementation of what you want. Copying CSS to inline using jquery (or retaining formatting when copying stuff from a web page)


Check out this converter, might help:
http://inlinestyler.torchboxapps.com

0

精彩评论

暂无评论...
验证码 换一张
取 消