Does this still apply? I have tried adding in that script on line 91, then removing parts, it has no effect at all.
Never mind worked it out, it was line 98....
Comments
ed = jQuery(this).cleditor({
width:"100%",
height:"100%",
controls: // controls to add to the toolbar
"bold italic underline strikethrough subscript superscript | font size " +
"style | color highlight removeformat | bullets numbering | outdent " +
"indent | alignleft center alignright justify | undo redo | " +
"rule image link unlink | cut copy paste pastetext | print source"
})[0];
Does this still apply? I have tried adding in that script on line 91, then removing parts, it has no effect at all.
Never mind worked it out, it was line 98....