This is a migrated thread and some comments may be shown as answers.

In-place editing using radeditor

1 Answer 50 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 15 Jan 2009, 02:25 PM
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.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 16 Jan 2009, 04:05 PM
Hello Andy,

As  far as I understood you want to remove the border around the editor's content and you have the setup used in the linked online demo. If so, the border can be removed by including the following CSS:

.rade_contentCell  
{  
   border: 0 !important;  



Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Andy
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or