Re: CSS Error Chrome browser. Inserts code / Style / SyntaxHighlighter.css and display page breaks.

  •  03-13-2012, 3:02 PM

    Re: CSS Error Chrome browser. Inserts code / Style / SyntaxHighlighter.css and display page breaks.

    Hi Proconsi,
     
    Do you get the same problem on demo page http://phphtmledit.com/EnableAll.php  with your chrome? We also set the EditorWysiwygModeCss to "example.css" in this page.
     
    Do you get it with the simple editor example page below?
     
    <?php include_once("cuteeditor_files/include_CuteEditor.php") ; ?>
    <html>
        <head>
    </head>
        <body>
            <div >
            <?php
             $editor=new CuteEditor();
             $editor->ID="Editor1";
             $editor->EditorWysiwygModeCss="example.css";
             $editor->Draw();
             $editor=null; 
            ?>
            </div>
    </body>
    </html>
     
    Can you send me your editor page url? So we can check it for you directly.
     
    You can send the info to [email protected]
     
    Regards,
     
    Ken 
View Complete Thread