게시판 작성시 제목이 입력 안됩니다. 채택완료
민짱123
7년 전
조회 1,811

이런식으로 되어있는데 위에 제목 누르는 칸에 클릭을해도 반응이 없습니다. 밑에 내용에는 클릭하면 쓸수 있게 됩니다. 어떻게 해결해야 될까요?
아무것도 작성안하고 작성완료를 눌렀을 시에 제목부분에 '이 입력란을 입력하세요' 라고 경고가 뜨면 제목에 글을 쓸수 있게 됩니다. 왜 이럴까요 ㅠㅠㅠ
아 그리고 제목처럼 placeholder를 내용에도 '내용을 입력해주세요'라고 하고싶은데
placeholder="내용을 입력해주세요"
이것을 어디다가 넣어야될까요??
</p>
<p> <div class="bo_w_tit write_div">
<label for="wr_subject" class="sound_only">제목<strong>필수</strong></label>
<div id="autosave_wrapper write_div">
<input type="text" name="wr_subject" value="<?php echo $subject ?>" id="wr_subject" required class="frm_input full_input required" size="50" maxlength="255" placeholder="제목">
<?php if ($is_member) { // 임시 저장된 글 기능 ?>
<script src="<?php echo G5_JS_URL; ?>/autosave.js"></script>
<?php if($editor_content_js) echo $editor_content_js; ?>
<button type="button" id="btn_autosave" class="btn_frmline">임시 저장된 글 (<span id="autosave_count"><?php echo $autosave_count; ?></span>)</button>
<div id="autosave_pop">
<strong>임시 저장된 글 목록</strong>
<ul></ul>
<div><button type="button" class="autosave_close">닫기</button></div>
</div>
<?php } ?>
</div>
</div></p>
<p> <div class="write_div">
<label for="wr_content" class="sound_only">내용<strong>필수</strong></label>
<div class="wr_content <?php echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>">
<?php if($write_min || $write_max) { ?>
<!-- 최소/최대 글자 수 사용 시 -->
<p id="char_count_desc">이 게시판은 최소 <strong><?php echo $write_min; ?></strong>글자 이상, 최대 <strong><?php echo $write_max; ?></strong>글자 이하까지 글을 쓰실 수 있습니다.</p>
<?php } ?>
<?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>
<?php if($write_min || $write_max) { ?>
<!-- 최소/최대 글자 수 사용 시 -->
<div id="char_count_wrap"><span id="char_count"></span>글자</div>
<?php } ?>
</div>
</div></p>
<p>
코드는 위와 같습니다.
답변 감사하겠습니다~!!
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인