최신글에서 폰트가 제대로 안나와요ㅠㅠ

최신글에서 폰트가 제대로 안나와요ㅠㅠ

QA

최신글에서 폰트가 제대로 안나와요ㅠㅠ

답변 3

본문

최신글불러오는데 
글씨가 돋움으로 나오지 않아서 
따로따로 전부 돋움으로 설정했는데도 돋움으로 안나오네요ㅠㅠ

소스첨부합니다.ㅜㅜ

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 
?>

<table  style="margin-top:-16px;" width='100%' cellpadding='0' cellspacing='0'>
<tr>
    <td width='260'><img src='<?=$latest_skin_path?>/img/xe_latest_left.gif'></td>
    <td width='37'><a href='bbs/board.php?bo_table=notice2'><img src='<?=$latest_skin_path?>/img/xe_latest_right.gif' border='0'></a></td>
</tr>
</table>

<table width='100%' cellpadding='0' cellspacing='0'>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
    <td colspan='4' align='center'>
        <table width='98%'>
        <tr>
            <td style='font-size:11px;color:9a9898; height:16px;'><img style="margin-left:10px;" src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
            <?
            echo $list[$i]['icon_reply'] . " ";
            echo "<a href='{$list[$i]['href']}'>"; 
            if ($list[$i]['is_notice'])
                echo "<font style='font-family:돋움; font-size:12px; color:#9a9898;'><strong>{$list[$i]['subject']}</strong></font>";
            else
                echo "<font style='font-family:돋움; font-size:12px; color:#9a9898;'>{$list[$i]['subject']}</font>";
            echo "</a>";

            if ($list[$i]['comment_cnt']) 
                echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:12px; color:#9a9898;'>{$list[$i]['comment_cnt']}</span></a>";

            // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
            // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }

            echo " " . $list[$i]['icon_new'];
            echo " " . $list[$i]['icon_file'];
            echo " " . $list[$i]['icon_link'];
            echo " " . $list[$i]['icon_hot'];
            echo " " . $list[$i]['icon_secret'];
            ?></td>
<td width='60' align='right' style='font-size:12px;color:#9a9898;'><font style='font-family:돋움; font-size:12px; color:#9a9898;'><?php echo $list[$i]['datetime']; ?></font></td></tr>
        </table></td>
</tr>
<? } ?>

<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#9a9898>게시물이 없습니다.</a></td></tr><? } ?>

</table>

이 질문에 댓글 쓰기 :

답변 3

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 10,637
© SIRSOFT
현재 페이지 제일 처음으로