웹마스터 팁

1.jpg

 

 

세진님께서 올리셨던 팁을 올렸는데.. 구가님께서 FCKeditor에서도 적용하는 방법을 여쭤 보셔서...

 

저녁먹기전에 뚝딱 팁 올려놓고 갑니다.

 

 

fckeditor의 루트에서 아래의 딱 두개의 파일만 수정하면 됩니다.

 

 

editor.html

editor.css


editor.html 수정 내용

    <!--@if($enable_component)-->
    <!-- 확장 컴포넌트 출력 -->
    <div style="display:none" id="editorExtension_{$editor_sequence}">
        <ul id="editor_component_{$editor_sequence}" class="editorComponent">
                <li>
                <img src="../../components/{$component_name}/component_icon.gif" alt="" width="13" height="12"/>
                <a href="#" onclick="return false;" id="component_{$editor_sequence}_{$component_name}" onfocus="blur()"> {$component->title}</a>
                </li>
        </ul>
     
    </div>
    <!--@end-->

 

<!---@end -- >구문 바로 다음에~ 아래의 코드를 삽입합니다.

 

<div class="cei_wrap">
        <ul class="customized_extra_icons">
                <li>
                <a href="#" onclick="return false;" id="component_{$editor_sequence}_code_highlighter" onfocus="blur()">
                <img src="../../components/code_highlighter/component_icon.gif" /> Code Highligter</a>
                </li>
                <li>
                <a href="#" onclick="return false;" id="component_{$editor_sequence}_naver_map" onfocus="blur()">
                <img src="../../components/naver_map/component_icon.gif" /> 네이버맵 연동</a>
                &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
                </li>
                <li>
                <a href="#" onclick="return false;" id="component_{$editor_sequence}_photo_editor" onfocus="blur()">
                <img src="../../components/photo_editor/component_icon.gif" /> 네이버-포토 에디터</a>
                &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
                </li>
        </ul>
</div>

editor.css에는 아래의 코드를 제일 처음이나 마지막 보기 편한 곳에 넣어 주세요

.cei_wrap li {list-style:none; position:relative; float:right; padding:0; margin:5px 0 0 0; *margin:5 0 0 0;}

 

^ㅡ^; 즐건 주말 마무리 되세요~ ^^" 

 

 

제목 글쓴이 날짜
초보자도 따라하는 XE로 홈페이지 만들기 강좌 포스트입니다. [2] 놀라운넘 2010.08.27
■ 초보님을 위한 XE 동영상 강좌 [초보님들 필독 권합니다. ^^] [8] 파파민 2010.01.30
XE 속도를 개선하기 위한 4가지 방법 (수정 #3) [9] SMaker 2010.04.14
안전하게 XE 업데이트 하기 [1] mindpainter 2010.08.24
XE 강의 #1 - 포토샵 시안작업 및 드림위버 작업 [7] 서기 2010.04.24
XpressEngine 공식 매뉴얼(한글 파일) #1 [9] file 자이제로 2008.11.21
모바일 레이아웃 로그인페이지 개선방법 [4] 스카이피아 2010.08.01
info.xml 에 html 쓸때 [1] file hhgyu 2010.08.20
일반 회원이나 손님도, 제목의 글자색상 및 굵기 설정 가능하게. [1] sejin7940 2010.07.14
the result is not valid XML 에러 중... file ZHANG™ 2010.08.19
게시판 목록을 확장 변수로 정렬하기 [5] 대암지기 2008.10.10
댓글창에서 프로필이미지가 없는 경우 기본이미지 출력하기 [8] file 카카달려 2008.04.19
신고 수가 일정 수 이상 되면 특정 게시판으로 이동시키기 [6] SMaker 2009.02.01
bgm 넣을려고 프레임 나눴을때 가로스크롤바 해결방법. [12] 또리♡485 2008.01.25
레이아웃 자작시 생기는 회원 모듈과의 충돌 [1] file ZHANG™ 2010.08.15
확장 컴포넌트를 에디터에 따로 뽑고 우측 정렬하기 ^^" [4] ZHANG™ 2010.08.15
FCKeditor에서도 확장 에디터를 외부로 빼내는 팁. file ZHANG™ 2010.08.15
Belarc Advisor - Free Personal PC Audit 레미짱 2010.08.14
20메가 업로드 용량제한에 대한 이야기 ^^ [9] 만쓰별(정만) 2009.02.22
1.2.6 업데이트 후 애드온 등 css가 적용 안되는 분들~ SeokiE 2009.10.29