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

RadEditor Number and bullet list issue

3 Answers 95 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Anshi
Top achievements
Rank 1
Anshi asked on 28 Aug 2017, 07:28 PM

I have a RadEditor in my page. I am getting the HTML text from Database. The text is the form of div inside div with hierarchy of 4 times. When I select any text and clicks on unordered or ordered list, bullet point is applying to the first line only.

But I want to use bullet points for selected text or for the selected paragraph.

Please suggest me any solution for this.

Thanks,

Anusha

3 Answers, 1 is accepted

Sort by
0
Anshi
Top achievements
Rank 1
answered on 29 Aug 2017, 12:51 AM
And there is a span tag inside div. In that span tag, I have the 6 lines of text with <br/>. I am not able apply bullet lists to the text.
0
chairman-mawh
Top achievements
Rank 1
answered on 29 Aug 2017, 01:31 PM
why not help the support guys out a bit, post the HTML that causes a problem, and some screenshot of what it looks like, and what you want it to look like. Also post your Editor version 
0
Anshi
Top achievements
Rank 1
answered on 30 Apr 2018, 05:32 PM

 

Got it. It is impossible that the whole text is inside li of an unordered list. Because of that it don't allow to add bulleting inside li tag.

Something like

<ol>

   <li>

        line1

        line2

   </li>

</ol>

 

    

 

Tags
Editor
Asked by
Anshi
Top achievements
Rank 1
Answers by
Anshi
Top achievements
Rank 1
chairman-mawh
Top achievements
Rank 1
Share this question
or