<form action="">
  <p>
    <label for="editor1">
      Editor 1:</label><br />
    <textarea id="editor1" name="editor1" class="ckeditor" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea>
  </p>
  <p>
    <label for="editor2">
      Editor 2:</label><br />
    <textarea id="editor2" name="editor2" class="ckeditor" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea>
  </p>
  <p>
    <input type="submit" value="Submit" />
  </p>
</form>