I am using jquery richtext editor, Is there a way to remove all the inline style that richtext editor add, as some users are adding there own style and its breaking the layout.
is there a way using jquery or C#
please help
Regards
|
I am using jquery richtext editor, Is there a way to remove all the inline style that richtext editor add, as some users are adding there own style and its breaking the layout. is there a way using jquery or C# please help Regards
| |||||
feedback
|
|
I found this code:
from here: Remove Microsoft Class and Style attributes HTH | |||
|
feedback
|
|
I ran into this problem myself and couldn't find a solution that didn't remove ALL tags and formatting. There were over 100 entries riddled with all kinds of styling that needed to be uniform. I ended up "resetting" them using CSS:
Note: This didn't help with certain special characters, but it did make all the styling uniform. Hope this helps! | |||
|
feedback
|