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

ul list style none not supported?

1 Answer 126 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Faheem
Top achievements
Rank 1
Faheem asked on 26 Jul 2011, 10:08 AM
Hi,

I want to apply liststyle of ul to none? after applying this, my indentation reset to 0

<ul start="1" style="list-style-type:none; ">

if i apply this:
<ul start="1" style="list-style-type:disc;>

it works fine, i don't want to see bullets in the text

Regards,
Faheem

1 Answer, 1 is accepted

Sort by
0
Ivailo Karamanolev
Telerik team
answered on 28 Jul 2011, 03:43 PM
Hello Faheem,

List type: none means that the paragraphs are not in lists. In the context of RadRichTextBox, this also means they will not be indented. We might schedule this behavior for revision, but this will be done based on the priority of the bug. Until we change the behavior, you can use the margin-left CSS property to set the indentation of the paragraphs.

Kind regards,
Ivailo
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
RichTextBox
Asked by
Faheem
Top achievements
Rank 1
Answers by
Ivailo Karamanolev
Telerik team
Share this question
or