<html><body>
	<form action="sample_posteddata.php" method="post">                
		<p>
                        <label for="editor1">
                                Editor 1:</label><br />
                        <textarea cols="80" id="editor1:test" name="editor1:test" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong
&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
                        <script type="text/javascript">
                        //<![CDATA[

                                // This call can be placed at any point after the
                                // <textarea>, or inside a <head><script> in a   
	                        // window.onload event handler.
                                // Replace the <textarea id="editor"> with an CKEditor
                                // instance, using default configurations.
                                CKEDITOR.replace( 'editor1:test',
{
uiColor : '#EBF6DE'
} );
                        
                        //]]>
                        </script>
                </p>
                <p>     
                        <label for="editor2">
                                Editor 2:</label><br />
                        <textarea cols="80" id="editor2:test" name="editor2:test" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong
&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
                        <script type="text/javascript">
                        //<![CDATA[
                                
                                // This call can be placed at any point after the
                                // <textarea>, or inside a <head><script> in a                                // window.onload event handler.                                
                                // Replace the <textarea id="editor"> with an CKEditor
                                // instance, using default configurations.
                                CKEDITOR.replace( 'editor2:test',
{
uiColor : '#EBF6DE'
} );
                        
                        //]]>
                        </script>
                </p>

</form>
</body>
</html>