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

Bullets not shown in RAD Editor

1 Answer 20 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Tamilvel
Top achievements
Rank 1
Tamilvel asked on 21 Nov 2011, 02:14 PM
Hi,

The bullet points are not showing in the Rad Editor

Pls. suggest me how to go about it.

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Nov 2011, 02:32 PM
Hello Tamilvel,

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.

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
Tamilvel
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or