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

bulleted list not working

4 Answers 286 Views
Editor
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 01 Jul 2010, 09:50 AM
Ive put a RADEditor on a page, but when I select the bulleted list function, it doesnt work, numbered list doesnt work either.  Everything else seems to be OK, bold, italic, underline, etc

Is there something else Im missing in order to provide bullet list functionality ?

4 Answers, 1 is accepted

Sort by
0
mww
Top achievements
Rank 1
answered on 01 Jul 2010, 10:23 AM
There is something very strange going on with bulleted lists in the RAD Editor, Ive added one and checked the source, its rendering Ul tags, but there are no bullets.  If I select the list and centre it, the bullets appear !

I want my list on the left, not centred, so how do I bring the buulets back ??


0
Rumen
Telerik team
answered on 02 Jul 2010, 03:54 PM
Hi,

The problem is most likely due to some global CSS style for OL 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
{
padding: 0px;
margin: 0px;
}

To fix the problem, just set the CssFiles property as shown in this help article: Content Area Appearance Problems.

Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Prasanta
Top achievements
Rank 1
answered on 14 May 2015, 12:51 PM

For me, other only  ' * ' bullet list is not supporting. others have no issue.

* Asdasdasd
* Asdasd
* Asdasd
* Adasddas 

 

0
Ianko
Telerik team
answered on 18 May 2015, 01:45 PM
Hello Prasanta,

Could you please define how RadEditor is related to the screenshot attached? Also, can you provide the exact HTML used, as the below test seems like a plain text rather an HTML list element.

Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Editor
Asked by
mww
Top achievements
Rank 1
Answers by
mww
Top achievements
Rank 1
Rumen
Telerik team
Prasanta
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or