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

Editor with No wrap property

1 Answer 71 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mona
Top achievements
Rank 1
Mona asked on 05 Oct 2011, 11:43 AM
Hello All,
I want my RadEditor to be without wrapping, as it wraps the text when reaches to the end but I want a horizontal scroll to continue writing on the same line.
I used new css with property

body
{
    word-wrap: normal;
    color: black;
    background-color: Olive;
    padding:3px;
    background-image: none;
    margin: 0px;
    text-align: left;
    background-color:Red;   
}
but it is not working.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dobromir
Telerik team
answered on 05 Oct 2011, 09:30 PM
Hi Mona,

To achieve the required result you need to add white-space: nowrap; CSS rule as well.

Kind regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
Mona
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or