게시글 작성에 들어오면 에디터의 초기 높이를 바꾸고싶습니다
/plugin/editor/smarteditor2/css/smart_editor2.css 파일에서
Copy
dml height를 바꿔봤는데 반응이 없네요 도와주세요
#smart_editor2 .se2_input_area{position:relative;z-index:22;height:8000px;margin:0;padding:0;*zoom:1}
|
답변 2개 / 댓글 2개
채택된 답변
+20 포인트
7년 전
/plugin/editor/smarteditor2/editor.lib.php 파일에서
이 부분 높이 수정해보세요.
style=\"width:100%;height:300px\"
참고 : http://gnustudy.com/bbs/board.php?bo_table=gnu_tip&wr_id=157
답변에 대한 댓글 2개
godglee
4년 전
감사합니다.
답변을 작성하려면 로그인이 필요합니다.