답변 1개
채택된 답변
+20 포인트
11개월 전
smarteditor2 를 사용한다면, /plugin/editor/smarteditor2/editor.lib.php 파일 53줄에서
height:300px 을 수정하세요
</p>
<p>$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;height:500px\">$content</textarea>";</p>
<p>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
a
alexseo
11개월 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
답변 감사합니다.