아래 소스에서 글씨 크기를 조절 할려면 어캐해야 되나요 답변좀 부탁드립니다 " 수고하세요^^"
<tr>
<td class="text9" style='line-height:180%;'>자유게시판 : <?=$board[bo_subject]?> <span style="font-size:9px;color:#CCCCCC;">|</span> 등록일 : <?=date("Y-m-d", strtotime($list[$i][wr_datetime]))?> <span style="font-size:9px;color:#CCCCCC;">|</span> 조회수 : <?=$list[$i][wr_hit]?><? if ($is_good) { ?> <span style="font-size:9px;color:#CCCCCC;">|</span> 좋와요 : <?=$list[$i][wr_good]?><? } ?>
<? if ($is_nogood) { ?> <span style="font-size:9px;color:#CCCCCC;">|</span> 비추: <?=$list[$i][wr_nogood]?><? } ?></td>
</tr>
답변 1개 / 댓글 1개
style에 font-size:원하시는 크기; 하시면 될듯 핲니다~
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.