In my web.config (DNN v 2.1.2), I have these settings:
UseDNNRootImageDirectory="true"
RemoveServerNamesFromUrl="true"
EnableStripScriptTags="true"
RemoveTBODYTag="true"
ShowCodeViewToolBar="true"
UseRelativeLinks="true"
RenderRichDropDown="true"
ShowBottomBar="true"
UseSimpleAmpersand="true"
MaxHTMLLength="0"
MaxTextLength="0"
CustomCulture=""
ThemeType="OfficeXP"
DisableAutoFormatting="true"
DisableClassList=""
HelpUrl=""
EditorBodyStyle=""
Are you saying that I need to do this in your code and re-compile, or should it work when I set this from the .Config file?