hi,
I'm using RadEditor 5.3.2.0 in MOSS. It's giving width problem in IE 6. As it generate a div like this one
<div id="ctl00_PlaceHolderContent_PlaceHolderMidCol_PlaceHolderMainEditPanel_mainEditPanel_RadHtmlField1_ctl00" class="radeditor Gray rade_wrapper ms-input" style="width:680px;height:400px;">
I tried to change the width in ConfigFile.xml to 100%, but still there is no change and it's still using the same width for editor's div. This width problem is destroying the UI of page by stretching the page.
Can you please give me some idea that how I can avoid this width problem.