Hi,
So I have uploaded Ckeditor to my website. Great. Now what?
I can't find anywhere an actual example of how to go about actually editing an already created page in CKeditor.
I have read about including the ck code in the <textarea> tag, but no before and after example.
If I already have a page created what is it that I ACTUALLY have to do to start editing the page with CKeditor?
A very fundamental but seemingly overlooked point.
So I have uploaded Ckeditor to my website. Great. Now what?
I can't find anywhere an actual example of how to go about actually editing an already created page in CKeditor.
I have read about including the ck code in the <textarea> tag, but no before and after example.
If I already have a page created what is it that I ACTUALLY have to do to start editing the page with CKeditor?
A very fundamental but seemingly overlooked point.
Re: How does one actually start editing already created page
CKEditor is simply a special textarea to handle HTML, so you need some kind of CMS that uses a form with <textarea> to edit whatever you want, and then you add CKEditor to avoid seeing all the HTML.
Read this: http://alfonsoml.blogspot.com/2009/08/u ... sites.html