We are using HtmlFormatProvider to export the content of a RichTextBox, you can set the styles to be exported Inline instead of creating classes, but, is there a way to export it on Html markup only? <i>tag</i>
instead of <span style="font-style: italic"> tag</span> Thanks in advance
1 Answer, 1 is accepted
0
Accepted
Mihail
Telerik team
answered on 16 May 2012, 05:50 PM
Hi,
You can export the following tags as HTML markup: <i>, <b>, <u> if you set the ExportFontStylesAsTags property of HtmlExportSettings to True. More about import/export settings you can read here. I hope this answer your question.
Kind regards,
Mihail
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>