I must admit, that the new Advanved Contant Filter is causing me som problems :-(
If i want to convert the width and heigt styles from images:
<img scr="picture.jpg" style="height:150px; width:200px">
to:
<img scr="picture.jpg" height="150" width="200">
how do i do that?
I found out, that i have to use the Advanced Content Filter, but instead of setting a rule for just img-tags, i now have to set up rules for everything!
Is there a complete list of rules for every item in the editor somewhere?
I have looked all over the docs.ckeditor.com but did not find a complete list.