Hi,
I have just installed version 2.5.1 and I was wondering if there was an easy way to get the Remove Format button to remove style and class attributes from tags as well as removing the formatting tags?
E.g.
With HTML of <p style="font-size:16px;" class="crop">some interesting text</p> I would like it to become <p>some interesting text</p> when the remove format button is pressed.
I have just installed version 2.5.1 and I was wondering if there was an easy way to get the Remove Format button to remove style and class attributes from tags as well as removing the formatting tags?
E.g.
With HTML of <p style="font-size:16px;" class="crop">some interesting text</p> I would like it to become <p>some interesting text</p> when the remove format button is pressed.

Re: Removing attributes with the RemoveFormat function