I am trying to use the RadEditor as an in-place editor for sections of a HTML page by using several radeditor controls on the same page. One control for each editable part of the page.
The problem I have is that whenever the editor controls are 'enabled', a 1px black border is showing around the text.
How can I get rid of this border? I haven't been able to identify which CSS class for the control is creating this border.
My code is exactly like your demo for 'using RadEditor as a textbox' (http://demos.telerik.com/aspnet-ajax/Editor/Examples/EditorAsTextBox/DefaultCS.aspx), except that I don't want a border on the text box.
I hope somebody can help. Thanks in advance.
The problem I have is that whenever the editor controls are 'enabled', a 1px black border is showing around the text.
How can I get rid of this border? I haven't been able to identify which CSS class for the control is creating this border.
My code is exactly like your demo for 'using RadEditor as a textbox' (http://demos.telerik.com/aspnet-ajax/Editor/Examples/EditorAsTextBox/DefaultCS.aspx), except that I don't want a border on the text box.
I hope somebody can help. Thanks in advance.