I tried to integrate CKEditor into any webpage but It not working
at least I used the example which in documentation but the editor still not appered
and now I don't know what should I do ?!!
this is the example in documentation file :
<!DOCTYPE html>
<html>
<head>
<title>CKEditor Sample</title>
<script src="/ckeditor/ckeditor.js"></script>
</head>
<body>
<form method="post">
<p>
My Editor:<br>
<textarea name="editor1"><p>Initial value.</p></textarea>
<script>
CKEDITOR.replace( 'editor1' );
</script>
</p>
<p>
<input type="submit">
</p>
</form>
</body>
</html>
I hope to help
thanks
The problem has been solved
the problem has been solved
I has been removed the previos slash from the src element becuase CKEditor file not on the root directory
thanks for every one