글쓰기 페이지에서 textarea 높이는 어느 파일에서 설정해야 되나요? 채택완료
슬픈눈
11년 전
조회 6,587
글쓰기 페이지에서 textarea 높이는 어느 파일에서 설정해야 되나요?
skin/board/basic/write.skin.php 파일 중(~ $editor_html ~) 부분입니다.
또 에디터를 사용했을 때는 어디서 수정해야 되나요?
</div>
<div><tr></div>
<div> <th scope="row"><label for="wr_content">내용<strong class="sound_only">필수</strong></label></th></div>
<div> <td class="wr_content"></div>
<div> <?php if($write_min || $write_max) { ?></div>
<div> <!-- 최소/최대 글자 수 사용 시 --></div>
<div> <p id="char_count_desc">이 게시판은 최소 <strong><?php echo $write_min; ?></strong>글자 이상, 최대 <strong><?php echo $write_max; ?></strong>글자 이하까지 글을 쓰실 수 있습니다.</p></div>
<div> <?php } ?></div>
<div> <b><font color="#ff0000"> <?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?></font></b></div>
<div> <?php if($write_min || $write_max) { ?></div>
<div> <!-- 최소/최대 글자 수 사용 시 --></div>
<div> <div id="char_count_wrap"><span id="char_count"></span>글자</div></div>
<div> <?php } ?></div>
<div> </td></div>
<div> </tr></div>
<div>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인