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

Order/Unordered lists

1 Answer 110 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Domingos Portela
Top achievements
Rank 1
Domingos Portela asked on 05 Aug 2009, 06:33 PM
Hi community,
    I neeed display html content inside a radrotator template. Imagine i wanto to display this :
<P><FONT color=#ff0000>Changes</FONT></P>
<UL>
<LI dir=ltr style="MARGIN-RIGHT: 0px"><FONT color=#008000>Change 01</FONT></LI>
<LI dir=ltr style="MARGIN-RIGHT: 0px"><FONT color=#0000ff>Change 0w</FONT></LI>
<LI dir=ltr style="MARGIN-RIGHT: 0px">Change 03</LI>
<LI dir=ltr style="MARGIN-RIGHT: 0px">Change 04</LI>
</UL>
The bullets are not displayed. I've tried to make changes in the radrotator css file but with no luck.
The html i want to render is introduced by end-users in a ritch text content editor inside a windows application, and then converted to html.
Can you help me out with this?
Thanks.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 07 Aug 2009, 06:46 AM
Hello Domingos Portela,

Here is the fix you needed. I've tested it with all browsers, and it works similarly, except for IE7. Due to some kind of a bug it is unable to reset the UL/LI to their default values:

li.rrItem ul li
{
    padding: auto;
    clear: both;
    list-style: disc;
}


Sincerely yours,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Rotator
Asked by
Domingos Portela
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or