본문에서 사용하는 html 코드는 다음과 같습니다.
머 제가 바꾼게 아니니까 DTD 사용하시는 분들은 이렇게 되어있겟지요?
------------------------ 상단생략 ------------------------
<tr>
<td><input type='checkbox' name='chk_content_head' value='1' /></td>
<th>상단 내용</th>
<td><textarea id='bo_content_head' name='bo_content_head' class='textarea' rows='10' cols="90" geditor><?php echo $board[bo_content_head] ?></textarea></td>
</tr>
<tr class="heavy">
<td><input type='checkbox' name='chk_content_tail' value='1' /></td>
<th>하단 내용</th>
<td><textarea id='bo_content_tail' name='bo_content_tail' class='textarea' rows='10' cols="90" geditor><?php echo $board[bo_content_tail] ?></textarea></td>
</tr>
<tr class="heavy">
<td><input type='checkbox' name='chk_insert_content' value='1' /></td>
<th>글쓰기 기본 내용</th>
<td><textarea name='bo_insert_content' rows='10' cols='90' class='textarea'><?php echo $board[bo_insert_content] ?></textarea></td>
</tr>
----------------------------------중단 생략------------------------------------
<script type="text/javascript" src="<?php echo $g4[path]?>/geditor/geditor.js"></script>
--------------------------------소스 끝--------------------------------------
이렇게 되어있는 부분에서 세번째 textarea 에는 geditor을 불러오는 부분이 없는데 geditor이 적용되어서 뜨는데 이오류 어떻게 수정해야 하는지 아시는분 계시나요?
textarea를 여러개 사용해야 하는데 써야할곳과 쓰지 말아야 할곳이 있어서요
게시글 목록
| 번호 | 제목 |
|---|---|
| 247 | |
| 246 | |
| 245 | |
| 244 | |
| 243 | |
| 242 | |
| 241 | |
| 240 | |
| 239 | |
| 238 | |
| 229 | |
| 228 | |
| 227 | |
| 222 | |
| 215 | |
| 214 | |
| 211 | |
| 208 | |
| 201 | |
| 200 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기