I'm having trouble at replacing items.
Aspx page.
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
    <script type="text/javascript" src="ckeditor/ckeditor.js"></script>
    <table style="width: 100%;">
                            <td style="width: 100%; height: auto; border: solid 1px black;">
                                <textarea name="TextArea" id="TextArea" cols="20" rows="2" runat="server"></textarea>
                                <script type="text/javascript">
                                    CKEDITOR.replace('TextArea');                                    
                                </script>
    </table>
</asp:Content>
And that's the picture of where giving the error.
http://i41.tinypic.com/14jrzmf.jpg
      Sun, 04/04/2010 - 21:19
                
  
    
        
    #1
  