I am using AjaxControlToolkit4 and am using the HTMLEditor. When I save the contents of the editor, or switch the mode from Design mode to HTML mode and back to Design mode, the paragraphs between text are gone! It always reverts back to single spacing
in between lines. I already clicked the "Make Paragraph" button, which didn't work. I also clicked the "Remove Styles" button.
The enter key is listed as <p style="text-align: center; margin: 0px"></p> in the html mode. If I change it to look like "<p></p>", that's when it works.
tinac99
Member
74 Points
137 Posts
AjaxControlToolkit HTMLEditor
Feb 22, 2012 01:30 AM|LINK
Hi,
I am using AjaxControlToolkit4 and am using the HTMLEditor. When I save the contents of the editor, or switch the mode from Design mode to HTML mode and back to Design mode, the paragraphs between text are gone! It always reverts back to single spacing in between lines. I already clicked the "Make Paragraph" button, which didn't work. I also clicked the "Remove Styles" button.
The enter key is listed as <p style="text-align: center; margin: 0px"></p> in the html mode. If I change it to look like "<p></p>", that's when it works.
Please help!
tinac99