Height="/> Height=">

fckeditor本地不显示有关问题

WBOY
Release: 2016-06-13 10:08:35
Original
879 people have browsed it

fckeditor本地不显示问题

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->require_once('fckeditor/fckeditor_php5.php');$fck=new FCKeditor('content');$fck->BasePath='fckeditor/';$fck->Width="100%";$fck->Height="400px";$fck->Create();    
Copy after login
 

我这么写的,路径没有问题,在服务器上可以调用,但是在本机上就是不显示
请问怎么回事啊


------解决方案--------------------
可能是路径问题

应该是 include ("fckeditor/fckeditor.php"); 吧?
------解决方案--------------------
路径问题,检查下!
------解决方案--------------------
本地环境信息?把错误提示都打开
------解决方案--------------------
1.js路径问题 
2. fckeditor包问题
3.调用问题(网上教程)
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template