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

Editor number and bullet list issue

1 Answer 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ravi
Top achievements
Rank 1
Ravi asked on 03 Mar 2011, 12:59 PM
Hi,
    Current version in use  RadControls for ASP.NET AJAX Q3 2010. Noticing issue with number and bullet list in editor, where after enabling number or bullet list for editor text not yet all seen in editor. After saved, content area is showing list outside reserved area of content.


1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 08 Mar 2011, 03:53 PM
Hi Ravi,

The problem is most likely due to some global CSS style for OL, UL elements that sets the padding and margin of the bulleted lists to 0px.

Please, review your css styles and see which one is overriding the default space between the bulleted lists. You should search for class similar to this one:

OL, UL
{
padding: 0px;
margin: 0px;
}

To fix the problem, just set the CssFiles property as shown in this help article: Content Area Appearance Problems. Therefore the editor will not pick up the CSS classes from the page.

All the best,
Rumen
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Editor
Asked by
Ravi
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or