게시판 글쓰기 창을 크게 할 수 있나요?
본문
게시판 글쓰기 창을 크게 할 수 있나요?
처음 부터 큰 창이 열리면 좋겠어요.
감사합니다.
답변 1
smarteditor2 를 사용한다면,
/plugin/editor/smarteditor2/editor.lib.php 파일 53줄에서
height:300px 을 수정하세요
$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;height:500px\">$content</textarea>";
답변을 작성하시기 전에 로그인 해주세요.