
제품상세정보 업로드 소스
Copy
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr><!-- 추가필드2 끝--><tr> <td style='padding-left:20px;'>· 제품상세내용 </td> <td style='padding:5 0 5 0;'> <? if ($is_dhtml_editor) { ?> <?=cheditor2('wr_content', $content);?> <? } else { ?> <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></td> <td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<?}?></td> </tr>
</table> <textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all;' rows=10 itemname="내용" required <? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea> <? if ($write_min || $write_max) { ?><script type="text/javascript"> check_byte('wr_content', 'char_count'); </script><?}?> <? } ?>
</td> </tr><tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
제품 상세정보라고 되어있는 공간에 텍스트 말고 이미지를 업로드 해야되요ㅠㅠ
답변 1개 / 댓글 1개
채택된 답변
+20 포인트
불량학생™
2014-04-10 (목) 10:31:57
ㅡㅡ뭐지?
글쓰기 할 때 내용에 이미지 넣으면 나오는거 아니에요?
textarea니까 글쓰기에서 에디터 사용할 수 있게 하고 에디터에 이미지 올리면 될 것 같은데요
글쓰기 할 때 내용에 이미지 넣으면 나오는거 아니에요?
textarea니까 글쓰기에서 에디터 사용할 수 있게 하고 에디터에 이미지 올리면 될 것 같은데요
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.