댓글에 테이블소스(html) 넣고 싶어요

댓글에 테이블소스(html) 넣고 싶어요

QA

댓글에 테이블소스(html) 넣고 싶어요

본문

댓글 부분에 테이블소스를 넣고 싶은데요 넣으면 태그까지 모두 달려나오네요

========================

<table>

<tr>

<td>내용</td>

</tr>

</table>

========================

view-comment.skin.php  파일에서 아랫부분 어떻게 수정해야되나요? 

 

<div class="form-group">

<?php if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span> 글자</strong><?php } ?>

<textarea id="wr_content" name="wr_content" maxlength="10000" rows=5 required class="form-control input-sm" title="내용"

<?php if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?php } ?>><?php echo $c_wr_content;  ?></textarea>

<?php if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?php } ?>

<script>

$("textarea#wr_content[maxlength]").live("keyup change", function() {

var str = $(this).val()

var mx = parseInt($(this).attr("maxlength"))

if (str.length > mx) {

$(this).val(str.substr(0, mx));

return false;

}

});

</script>

</div>

이 질문에 댓글 쓰기 :

답변 2

답변을 작성하시기 전에 로그인 해주세요.
전체 124,109 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT