I have uploaded the folder to our web server.
I am abke to see the _samples/index.html file.
I have uploaded a html file ck.html that contains:
<html>
<head>
<title>Sample CKEditor Site</title>
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
</head>
<body>
<form method="post">
<p>
My Editor:<br />
<textarea id="editor1" name="editor1"><p>Initial value.</p></textarea>
<script type="text/javascript">
CKEDITOR.replace( 'editor1' );
</script>
</p>
<p>
<input type="submit" />
</p>
</form>
</body>
</html>
but it does not display correctly.
http://voznk.tlvrs.servertrust.com/v/vspfiles/ck.html
what am I doing dumb here pleaase?
Tue, 10/02/2012 - 01:48
#1
Re: newbie cannot get started