I need everything that gets entered via the Editor to have a consistent font. I've removed the font selection menu, but if someone pastes text using a different font, I need to be able to get rid of it. Is this possible?
Bill
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 20 May 2008, 09:48 AM
Hi Bill,
You can strip the font and style tags or the whole HTML markup when pasting the content by setting the
StripFormattingOptions tag to Font, Span,Css, All or AllExceptNewLines, e.g.