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

Editor content different from webpage

1 Answer 61 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Erling Ervik
Top achievements
Rank 1
Erling Ervik asked on 07 Apr 2010, 11:51 AM
When editing some text in the editor for use on a webpage, and using some type of list, the list shows up nicely in the editor window, but when shown on the webpage, the bullets or numbers is placed in padding of the control, not more to the right as it seems in the editor. (Se enclosed screenshot.)

Is there any configuartion I have to set to make it looks the same?

Regards
Erling

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 07 Apr 2010, 12:45 PM
Hi Erling Ervik,

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.

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.
Tags
Editor
Asked by
Erling Ervik
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or