Tool to automate converting inline css to external css?
Posted
by Tony_Henrich
on Stack Overflow
See other posts from Stack Overflow
or by Tony_Henrich
Published on 2010-03-30T16:43:24Z
Indexed on
2010/04/14
19:43 UTC
Read the original article
Hit count: 240
I am working on a site which is full of inline css. Is there a tool to automatically refactor the pages so that inline css is moved to an external css file? Preferably doing this in a smart way where it doesn't create duplicate css declarations so if I have two inline css like style="left-padding; 12px", it creates one css class instead of two?
Adobe Dreamweaver can do this manually one inline css at a time. I prefer a tool to do all the work in one shot.
© Stack Overflow or respective owner