Tool to automate converting inline css to external css?
- by Tony_Henrich
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.