<html>
<head>
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="ckeditor.js"></script>
<script type="text/javascript" src="adapters/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#myeditor').ckeditor();
});
</script>
</head>
<body>
<div id="myeditor">
</div>
</body>
</html>
Nothing is displayed...
Have I missed something ? All the javascript/css files are in the right places..
Any ideas ??