Hi
I'm trying to use the ckeditor but for some reason it's not working, my paths to the js is correct I checked it 3 times.
This is the view
I'm trying to use the ckeditor but for some reason it's not working, my paths to the js is correct I checked it 3 times.
This is the view
Create a bra
<h2>Create a news item</h2>
<?php echo validation_errors(); ?>
<?php //echo $error; ?>
<html>
<head>
<script src="ckeditor/ckeditor.js"></script>
<title>Upload Form</title>
</head>
<body>
<?php //echo $error;?>
<?php echo form_open_multipart('admin/bra_create');?>
Title: <br /><input type="text" name="title" /><br />
<input type="file" name="userfile" size="20" /><br />
Content: <br /><textarea name="content" cols="45" rows="5"></textarea><br />
Price: <br /><input type="text" name="price" /><br />
<input type="submit" value="Submit" /><br />
</form>
<?php echo anchor('admin/bra_view', 'view'); ?>
</body>
</html>
