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

ul doesn't work

2 Answers 55 Views
Editor
This is a migrated thread and some comments may be shown as answers.
tasos
Top achievements
Rank 1
tasos asked on 08 Jun 2010, 02:52 PM
Hello.I suppose i have done something to the configuration because i don't get the correct output from something like
<ul>
    <li>tt
    </li>
</ul>
I don't see the bullet.
Any ideas?


2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 08 Jun 2010, 03:05 PM
Hi Tasos,
The problem is due to some global css UL class that is applying very small padding to the bullet lists on the page, e.g.

<style type="text/css">
        UL { padding:10px; }
</style>

You should find it and correct it.

Another approach to fix the problem is to set the CssFiles property of RadEditor. Therefore the editor will not pick up the classes from the parent page. See this article for more information: Content Area Appearance Problems.

Kind regards,
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
tasos
Top achievements
Rank 1
answered on 08 Jun 2010, 03:26 PM
You were right.
Thank you!
Tags
Editor
Asked by
tasos
Top achievements
Rank 1
Answers by
Rumen
Telerik team
tasos
Top achievements
Rank 1
Share this question
or