回复Roddy:不是CSS问题吧,其他界面可以的 。 我直接复制过来就不行。
<script type="text/javascript" charset="utf-8" src="./../lib/kindeditor/kindeditor.js"></script>
<script type="text/javascript">
KE.show({
id : 'new_con',
width : '647px',
resizeMode : 1,
items : [
'source', '|', 'fullscreen', 'undo', 'redo', 'print', 'cut', 'copy', 'paste',
'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
'superscript', '|', 'selectall', '-',
'title', 'fontname', 'fontsize', '|', 'textcolor', 'bgcolor', 'bold',
'italic', 'underline', 'strikethrough', 'removeformat', '|', 'image','advtable', 'hr', 'emoticons', 'link', 'unlink'],
});
</script>
<textarea id="new_con" name="new_con" cols="78" rows="16" ><{if $new_info.new_con}> <{$new_info.new_con}><{/if}></textarea>