Integrating FCKEditor with ASP.Net
FCK editor is a good Rich Text Editor for ASP.Net web pages but its documentation lacks few final steps. Adding a little to it:
Download the FCK editor package as well integration DLL from: http://www.fckeditor.net/download
Follow the installation steps of FCK editor official Docs
Now, I hope you have added reference and created your ASPX page. If [...]