Hello
I downloaded CKeditor ,
I wanted to test it in localhost with a simple html page, I have not managed to edit this page and yet I went through their recommendation on this site:
my page "test.html":
is correct to edit this page with ckeditor?
thank you kindly help me
I downloaded CKeditor ,
I wanted to test it in localhost with a simple html page, I have not managed to edit this page and yet I went through their recommendation on this site:
my page "test.html":
<html> <head> <title>Sample - CKEditor</title> <script type="text/javascript" src="/ckeditor/ckeditor.js"></script> </head> <body> <form method="post"> <p> My Editor:<br /> <textarea name="editor1"><p>Initial value.</p></textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </p> <p> <input type="submit" /> </p> </form> </body> </html>
is correct to edit this page with ckeditor?
thank you kindly help me
Re: how to edit the page html with ckeditor
You are the one that has to provide the code to load and save the data. Read this: http://alfonsoml.blogspot.com/2009/08/u ... sites.html
Re: how to edit the page html with ckeditor
test.html:
and the seconde pages for getting what are writing in ckeditor:
the problem is:
when I type the html code, and I confirm the edition
I have the html output and not the interpretation of the code
for exemple:
when i write in editor:
in output i have the code and not the execution of the code,
i have that in out put:
and not that:
test
thank's for your help