This question is locked. New answers and comments are not allowed.
Hello telerik team,
I would like to know how to use html parser to return html version 2.0 from the richtextbox.
What i would like to get is something like this:
as oposed to what i am getting now with styleexportmode set to inline:
Thanks for the reply.
I would like to know how to use html parser to return html version 2.0 from the richtextbox.
What i would like to get is something like this:
<b> bold text </b> <i> italic text </i><p style="margin: 0px 0px 0px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px;"><span style="font-family: 'Verdana';font-style: Normal;font-weight: bold;font-size: 16px;color: #000000;">bold text</span><span style="font-family: 'Verdana';font-style: Normal;font-weight: normal;font-size: 16px;color: #000000;" /></p><p style="margin: 0px 0px 0px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px;"><span style="font-family: 'Verdana';font-style: Italic;font-weight: normal;font-size: 16px;color: #000000;">italic text</span><span style="font-family: 'Verdana';font-style: Normal;font-weight: normal;font-size: 16px;color: #000000;" /></p>Thanks for the reply.