|
|
|
05-01-26
|
조회 613
|
|
|
|
05-01-26
|
조회 508
|
|
|
|
05-01-26
|
조회 517
|
|
|
|
05-01-26
|
조회 496
|
|
|
|
05-01-26
|
조회 464
|
|
|
|
05-01-26
|
조회 690
|
|
|
|
05-01-26
|
조회 938
|
|
|
|
05-01-25
|
조회 531
|
|
|
|
05-01-25
|
조회 419
|
|
|
|
05-01-25
|
조회 831
|
|
|
|
05-01-25
|
조회 725
|
|
|
|
05-01-25
|
조회 609
|
|
|
|
05-01-25
|
조회 422
|
|
|
|
05-01-25
|
조회 489
|
|
|
|
05-01-25
|
조회 587
|
|
|
|
05-01-24
|
조회 935
|
|
|
|
05-01-24
|
조회 501
|
|
|
|
05-01-24
|
조회 679
|
|
|
|
05-01-24
|
조회 800
|
|
|
|
05-01-24
|
조회 779
|
댓글 3개
http://sir.co.kr/?doc=bbs/gnuboard.php&bo_table=skin3&sselect=&stext=§ion=&ssort=&sorder=&wr_id=4903&page=5
이걸 사용하세요 속도도 빠르고 엔터칠때가 맘에 들어요 ^_^
상단에
<?
include("../../fckeditor.php") ;
?>
입력폼에
<?php
// Automatically calculates the editor base path based on the _samples directory.
// This is usefull only for these samples. A real application should use something like this:
// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value.
$sBasePath = $_SERVER['PATH_INFO'] ;
$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
$oFCKeditor->Create() ;
?>
이걸 저그면 된다고 나오네요 ^_^;;