답변 3개
채택된 답변
+20 포인트
7년 전
display_price 함수에서 가격에 원까지 붙여서 출력 되도록 되어 있나 보네요 해당 소스 수정해서 "원"글자에 span 씌우셔서 글자 크기 조절 하시면 됩니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
7년 전
<tr>
<th scope="row">판매가격</th>
<td>
<font color="#0042a3" size="5" face="Georgia, Times New Roman, Times, serif"><b><?php echo display_price(get_price($it)); ?>
<input type="hidden" id="it_price" value="<?php echo get_price($it); ?>"></b></font>
</td>
</tr>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인