Re: Rich Text Editor Reformats the HTML

  •  07-25-2005, 11:52 AM

    Re: Rich Text Editor Reformats the HTML

    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=""
    BreakElement="br"
    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?
View Complete Thread