width Cute Editor

Last post 04-25-2006, 2:08 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  04-25-2006, 6:10 AM 18474

    width Cute Editor

    Hi,
     
    I implemented Cute Editor 5.2 in DotNetNuke 4.0. Now it's too broad. It pushes the design to the right, which is not the meaning. I tuned the toolbars. There is a space of 280 px at the right site with no buttons at all. For testing I set the width of the editor table fromwww/DesktopModules/HTML/EditHtml.ascx. First it was 660px, the I put it to 500px. No results. Where can I set the maximum width of the Cute Editor?
     
    Regards,
     
    Ivo Schoutsen
    Brainstorm NL 
  •  04-25-2006, 2:08 PM 18485 in reply to 18474

    Re: width Cute Editor

    Please open your web.config and set UseDNNDefaultWidth="true".
     
     <add name="CEHtmlEditorProvider"
        type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
        providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\"
        UseDNNRoleASFileNamePrefix="true"  
        UseDNNRootImageDirectory="true"
        UseDNNDefaultWidth="false"       
        RemoveServerNamesFromUrl="true"
        ConvertHTMLTagstoLowercase="true"
        UseRelativeLinks="true"
        UseHTMLEntities="true"
        ...........
    />
     
    Keep me posted
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML