I opened this link
http://ckeditor.com/download
downloaded the basic editor and the ckeditor for asp.net
and I followed the instructions in these two links
http://docs.cksource.com/CKEditor_3....ation_Advanced
http://docs.cksource.com/CKEditor_3....tion_Beginners
and then all I get ,, is a white empty box ,, like this
http://www.shy22.com/upfiljpg/b3f93567.jpg
that's how I did things
http://www.shy22.com/upfilpng/jsn93815.png
-------------------------------------------
I don't know where exactly i'm going wrong !!!
-------------------------------------------
by the way ,, at the beginning ,, I tried to follow the instructions in chapter 12
u said ,, if we want to use an input form that would deal with a one record
we should either use form view or details view ,, I have chosen the details view , cause it offered me the two buttons update and cancel ,, after i made the default mode -> update mode ,, and i made the textbox -> mutilines with setting the height and width as needed ,, as described in the book
I created a new table in the database called Home with one column named contents ,, type ntext -> so it can support a large amount of english or arabic text
but then i figured ,, how it's gonna be updated without a key column ,, then I added a column ,, called Id ,, and I set it as the primary key ,,
am I working so far correctly ,, or i'm messing up ???
in the output form ,, I used the same details view ,, but in the read only mode
then I tried in the inputform to inter formatted text with tags like h1 p hr and br ,, and it didn't work well the way i wanted ,, most of the text didn't get inserted properly to the database ,, and then I erased up every thing I did
-----------------------------------
NOW ,, to make the wysiwyg thing work properly exactly the way I want ,, should i do the details view thing all again ,, and insert the ckeditor inside it ,, or just the i showed it in the screen shot ,, or what exactly ,, i'm messing up a lot on such a very easy thing ,,

