Hi,
I have the Ajax HTML Editor Extender tied to a few of my <asp:TextBox /> controls and everything seems to be working well with the exception of the <br> tag.
When I format the text with line spaces, the tag shows up in the HTML view. When I save the work and then retrieve it in a label, the line space fromatting is gone.
Any ideas?
Edit:
I'm not sure if it's related to the Extender or not. I know when I manually change the same text from a normal text box, I can insert the <br> tag within the text and it will break the line for me. Just doesnt seem to work for the Extender for some reason.
Known issue?
Another thought:
This could very well be a browser issue as well. I just tried the sample on :
http://www.asp.net/ajaxlibrary/ajaxcontroltoolkitsamplesite/htmleditor/htmleditor.aspx
Same issue...does not save line breaks. The sample said it was compatible with IE but I'm using Firefox..should'nt matter though. It's all HTML5..