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

RadEditor Content Alignment

1 Answer 68 Views
Editor
This is a migrated thread and some comments may be shown as answers.
simhadri raju saripalli
Top achievements
Rank 1
simhadri raju saripalli asked on 11 Dec 2009, 01:54 PM
For Entering the Data in Radeditor its starting from the middle how can i set the align to left from middle

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 11 Dec 2009, 04:35 PM
Hi,

This problem is due to a global css class on the page with RadEditor. You can fix it by setting the CssFiles property, e.g.

<telerik:RadEditor ID="RadEditor1" Runat="server">
   <CssFiles>
       <telerik:EditorCssFile Value="~/EditorContentArea.css" />
   </CssFiles>
</telerik:RadEditor>


More information is available in this help article: Content Area Appearance Problems.

 


Sincerely yours,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
simhadri raju saripalli
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or