답변 3개
채택된 답변
+20 포인트
7년 전
찾아보니
플러그인폴더에 에디터폴더에 스마트에디터2폴더가 있습니다.
거기에 SmartEditor2Skin을 열어보시면
539~541줄에 아래와 같은 코드가 있습니다. 이코드를 30줄에 빈공간으로 코드를 옮겨주세요.
아마 버튼 위치가 변경될겁니다.
</p>
<p><ul class="se2_multy">
<li class="se2_mn husky_seditor_ui_photo_attach"><button type="button" class="se2_photo ico_btn"><span class="se2_icon"></span><span class="se2_mntxt">사진<span class="se2_new"></span></span></button></li>
</ul></p>
<p>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
7년 전
위에 길가던분이 말씀하신 부분을 이동한 후
css/ko_KR/smart_editor2.css 파일을 에디터를 열고
se2_multy 부분을 찾으셔서 수정해 주시면 좌측으로 이동이 됩니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
심봉사
7년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
아무리 하여도 뒤죽박죽 되고 에러나서 도움 요청 합니다
아래 소스에서사진아이콘을 제일 앞에 놓는 변경부분만 알려주시면 감사 드립니다
1) SmartEditor2Skin을 열어
539~541줄에 아래와 같은 코드가 있습니다. 이코드를 30줄에 빈공간으로 코드를 옮기고
---> 어디 다음에 넣는지요
2) css/ko_KR/smart_editor2.css 파일의 se2_multy 포함 라인 입니다.
---> 어디의를 수정 변경 하는지요
.......중략 ---
#smart_editor2 .se2_text_tool button,#smart_editor2 .se2_multy .se2_icon{width:21px;height:21px;background:url("../../img/ko_KR/text_tool_set.png?140317") no-repeat;vertical-align:top}
#smart_editor2 .se2_text_tool .se2_font_type{position:relative}
#smart_editor2 .se2_text_tool .se2_font_type li{margin-left:3px}
#smart_editor2 .se2_text_tool .se2_font_type button{text-align:left}
#smart_editor2 .se2_text_tool .se2_font_type button.se2_font_family span,#smart_editor2 .se2_text_tool .se2_font_type button.se2_font_size span{display:inline-block;visibility:visible;position:static;width:52px;height:20px;padding:0 0 0 6px;font-size:12px;line-height:20px;*line-height:22px;color:#333;*zoom:1}
#smart_editor2 .se2_text_tool .se2_multy{position:absolute;top:0;right:0;padding-left:0;margin-right:0;white-space:nowrap;border-left:1px solid #e0dedf}
#smart_editor2 .se2_text_tool .se2_multy .se2_mn{float:left;white-space:nowrap}
/* #smart_editor2 .se2_text_tool .se2_multy button{background-image:none;width:47px} */
#smart_editor2 .se2_text_tool .se2_multy button{background-image:none;width:47px}
#smart_editor2 .se2_text_tool .se2_multy .se2_icon{display:inline-block;visibility:visible;overflow:visible;position:static;width:16px;height:29px;margin:-1px 2px 0 -1px;background-position:0 -132px;line-height:30px;vertical-align:top}
#smart_editor2 .se2_text_tool .se2_multy button,#smart_editor2 .se2_text_tool .se2_multy button span{height:29px;line-height:29px}
/*#smart_editor2 .se2_text_tool .se2_map .se2_icon{background-position:-29px -132px} */
#smart_editor2 .se2_text_tool .se2_map .se2_icon{background-position:-29px -132px}
#smart_editor2 .se2_text_tool button span.se2_mntxt{display:inline-block;visibility:visible;overflow:visible;_overflow-y:hidden;position:relative;*margin-right:-1px;width:auto;height:29px;font-weight:normal;font-size:11px;line-height:30px;*line-height:29px;_line-height:30px;color:#444;letter-spacing:-1px;vertical-align:top}
#smart_editor2 .se2_text_tool .se2_multy .se2_photo{margin-right:1px}
#smart_editor2 .se2_text_tool .se2_multy .hover .ico_btn{background:#e8e8e8}
#smart_editor2 .se2_text_tool .se2_multy .se2_mn.hover{background:#e0dedf}
......중략.....