Hi,
I am trying to save the content of the RichTextBoxAdv in HTML format and be able to load it in the same RichTextBoxAdv later. The problem is that when I have some lists in the richTextBox and save them as HTML, they are saved as span and not as li in a ul or ol. . This means that after loading them back in the editor, they will be treated as paragraphs and not as lists, so if I try to modify the number format or the bullet format, it will just add another bullet next to the existing one. Is there any way to make the lists be saved as li in ul or ol in HTML export option?
Here is the code I used for saving the richtextboxadv content in HTML format:
Here is the formatted text saved in this.HtmlText:
Here is the list that translates to the formatted text: