Re: Use CuteEditor as an image selector

  •  02-23-2011, 12:49 PM

    Re: Use CuteEditor as an image selector

    Dear random,
     
    Please open "\cuteeditor_files\Themes\OfficeXp\style.php"
    Change
    <?php   echo $editorid; ?> .CuteEditorFrame {width:100%;height:100%;padding:0;border-top: #dddddd 1px solid!important;border-bottom: #dddddd 1px solid!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 solid!important;}
    To
    <?php   echo $editorid; ?> .CuteEditorFrame {width:100%;height:100%;padding:0;border-top: #dddddd 0px none!important;border-bottom: #dddddd 0px none!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 solid!important;}
     
    After done, please test it again.
     
    Thank you for asking
View Complete Thread