내용의 글자수 제한을 해제하고싶은데 ㅜ_ ㅜ 정보
내용의 글자수 제한을 해제하고싶은데 ㅜ_ ㅜ-
ogygejalsalja 자기소개 아이디로 검색 회원게시물
- 1,367

본문
write.skin.php
------------------------------------------
1.
<tr>
<td style='padding-left:20px; height:30px;' class=locate>섬이야기</td>
<td style='padding:5 0 5 0;'>
<td style='padding:5 0 5 0;'>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<tr>
<td width=50% align=left valign=bottom>
<span style="cursor: pointer;" onclick="textarea_decrease('wr_7', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
<span style="cursor: pointer;" onclick="textarea_original('wr_7', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
<span style="cursor: pointer;" onclick="textarea_increase('wr_7', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span>
<span style="cursor: pointer;" onclick="textarea_decrease('wr_7', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
<span style="cursor: pointer;" onclick="textarea_original('wr_7', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
<span style="cursor: pointer;" onclick="textarea_increase('wr_7', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span>
<? if ($is_html) { ?><input onclick="html_auto_br(this);" type=checkbox value="<?=$write[wr_7]?>" name="wr_7" <?=$html_checked?>><span class=locate>섬이야기를 HTML 로 작성할때 체크하세요</span> <? } ?>
</td>
</td>
<td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<?}?></td>
</tr>
</table>
</tr>
</table>
<textarea id=wr_7 name=wr_7 class=tx style='width:100%; word-break:break-all;' rows=10 itemname="내용"
<? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_7', 'char_count');"<?}?>><?=$write[wr_7]?></textarea>
<? if ($write_min || $write_max) { ?><script language="javascript"> check_byte('wr_7', 'char_count'); </script><?}?></td>
</tr>
<? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_7', 'char_count');"<?}?>><?=$write[wr_7]?></textarea>
<? if ($write_min || $write_max) { ?><script language="javascript"> check_byte('wr_7', 'char_count'); </script><?}?></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
2.
<tr>
<td style='padding-left:20px;' class=locate>관광지안내</td>
<td style='padding:5 0 5 0;'>
<tr>
<td style='padding-left:20px;' class=locate>관광지안내</td>
<td style='padding:5 0 5 0;'>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=50% align=left valign=bottom>
<span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
<span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
<span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span>
<tr>
<td width=50% align=left valign=bottom>
<span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
<span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
<span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span>
<? if ($is_html) { ?><input onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=locate>관광지안내를 html로 작성할때</span> <? } ?>
</td>
</td>
<td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<?}?></td>
</tr>
</table>
</tr>
</table>
<textarea id=wr_content name=wr_content class=tx style='width:100%; word-break:break-all;' rows=10 itemname="내용"
<? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
<? if ($write_min || $write_max) { ?><script language="javascript"> check_byte('wr_content', 'char_count'); </script><?}?></td>
</tr>
</tr>
view.skin.php
------------------------------------------------
<? if($view[wr_7]){//섬이야기출력?>
<tr><td colspan=2><img src='<?=$board_skin_path?>/img/island_main01.gif' vspace=20></td></tr>
<tr><td colspan=2><?=$view[wr_7]?></td></tr>
<?}?>
<tr><td colspan=2><img src='<?=$board_skin_path?>/img/island_main01.gif' vspace=20></td></tr>
<tr><td colspan=2><?=$view[wr_7]?></td></tr>
<?}?>
<tr><td colspan=2><img src='<?=$board_skin_path?>/img/island_main02.gif' vspace=20></td></tr>
<tr><td colspan=2><span class="ct lh"><?=$view[content];?></span></td></tr>
-------------------------------------------------------------
적어야할 내용이 많아서 마구 적고 확인을 누르니,
저 위에 2번있는 관광지안내쪽은 내용이 다 나오는데 1번의 섬이야기 부분은 내용이 짤립니다..
이전 디자이너분께서 만들어놓은 게시판을 작업중인 사이트에 맞게 바꾸려다보니..
이런 어려움도 있습니다...; 전 프로그래밍에 좀 약해서요..
아무리 뒤져봐도 어디에 뭐가 있는지.. 흙.. ㅜ_ ㅜ
어디를 수정해야 글자수 제한없이 마음껏 글을 등록할수 있는걸까요.
답변바랍니다.
(포인트 2000이면 적은건가요..- _ -;; 그렇다면 죄송.. )
댓글 전체
캄사!