<tr height="10"> <td>Tytuł:</td> <td><input type="text" name="tytul" size="30" maxlength="30"></td> <tr height="10"> <td>Opis:</td> <td><input type="text" name="opis" size="30" maxlength="35"></td> </tr> <tr height="10"> <td>Autor:</td> <td><input type="text" name="autor" size="30" maxlength="10"> </td> </tr> <tr height="10"> <td>Treść newsa:</td> <td> <form action="/sample_posteddata.php" method="post"> <textarea cols="80" id="editor1" name="editor1" rows="10"> </textarea> <script type="text/javascript"> //<![CDATA[ CKEDITOR.replace( 'editor1', { fullPage : true }); //]]> </script></td> </tr> <tr> <td><input value="Dodaj Newsa" name=dodaj type="submit"></td><td><button type="reset">Reset</button></td> </tr>
już wiem co nie tak

może komuś się przyda, działający kod
<td>Treść newsa:</td> <td> <form action="/sample_posteddata.php" method="post"> <textarea name="tresc" cols="80" id="editor1" name="editor1" rows="10"> </textarea> <script type="text/javascript"> //<![CDATA[ CKEDITOR.replace( 'editor1', { fullPage : true }); //]]> </script></td> </tr>