Hi,

FCKEditor using a textarea as a container for placing page content there. So if 
page contains a textarea itself it is opened in wrong way in FCKEditor. But 
there is no error whe we adding new textarea to the page. Are there any ideas 
how to fix the problem with editing page and textarea? Maybe some other 
conainer like iframe can be used instead of textarea?

HTML code of the page follows:

                      <html>
    <head>
        <title>New XHTML document</title>
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
        <link href="/ksapoc/authoring/css/page.css" rel="stylesheet" 
type="text/css" />
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
    </head>
    <body>
        <h1>Introduction</h1>
        <p>bla-bla-bla/p>
        <form action="" method="post">
            <div>
                <input name="lenya.usecase" type="hidden" value="ereport.send" 
/>Subject:<br /> <input name="subj" size="79" type="text" />
                <br /> Text:<br /> <textarea cols="60" name="text" 
rows="10"></textarea>
                <br /> <input type="submit" value="Send" />

            </div>
        </form>
        <br />
        <br /> <p> </p>
        <p> </p>
    </body>
</html>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@lenya.apache.org
For additional commands, e-mail: user-h...@lenya.apache.org

Reply via email to