Hi there
i'm trying to apply CSS to my contents of the RadEditor , i'm sitting the Width property like this :
.A200 { width: 200pt; }
it works fine with IE * but it doesn't work in Google Chrome.
i tried to add the "!important" but in vain.
any suggestions anyone?
thanks
This is a browser behavior not controlled by RadEditor, which could be reproduced in our competitors' editors as well as in a standard editable IFRAME / DIV element.
The .A200 class is applied properly to the content area and you can verify this by setting a color: red property and load the page in Chrome, Safari and Firefox. But the height is applied only in IE because this browser offrers the hasLayout property. The other browsers do not support this feature and the width property is not applied.
For your convenience I have attached an HTML page with an editable IFRAME in it for test.