메인페이지 폰트가 깨져요.. 정보
메인페이지 폰트가 깨져요..본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://www.hanoilove.co.kr
안녕하세요.
utf-8 버전으로 설치 했는데요.
어느 파일이 잘못된지 모르겠는데 메인 페이지에 보시면
폰트들이 일부 깨져서 출력이되는데요 도무지 무슨 파일이 잘못된건지 알지를 못하겠습니다..
아시는분 계시면 좀 알려주세요..부탁드립니다...
오류 주소 : http://www.hanoilove.co.kr
안녕하세요.
utf-8 버전으로 설치 했는데요.
어느 파일이 잘못된지 모르겠는데 메인 페이지에 보시면
폰트들이 일부 깨져서 출력이되는데요 도무지 무슨 파일이 잘못된건지 알지를 못하겠습니다..
아시는분 계시면 좀 알려주세요..부탁드립니다...
댓글 전체
글 자르기 문제 같은데요
나오는 글의 출력수를 줄이신것 같습니다.
그럴경우 이런 증상이 나오구요.. 글 자르기 방법을 변경해 보시던지.
아니면 전부다 출력되게 해보세요 저같은경우는 귀찮아서 그냥 홀수로 자르고 있습니다.
예를들어 15 또는 17 19 이런식으로요
나오는 글의 출력수를 줄이신것 같습니다.
그럴경우 이런 증상이 나오구요.. 글 자르기 방법을 변경해 보시던지.
아니면 전부다 출력되게 해보세요 저같은경우는 귀찮아서 그냥 홀수로 자르고 있습니다.
예를들어 15 또는 17 19 이런식으로요
감사합니다..한번 해보고 다시 글올리겠습니다..
나도 엔타님 안되네요...다른 문제인가봐요...
메인페이지도 폰트가 깨지지만 다른페이지에서도 일부 폰트가 깨지고 있습니다.
회원 게시판에 보시면 페이지 표시 부분에 ' 1 2 ㅁdzㅁ ' 이런식으로 뜨구요
관리자로그인 하면 게시판에 글쓴이가 '최고관ㅁㅁ' 이렇게 떠요..
어디 한 페이지가 euckr로 저장이 되있는거 아닌가 싶은데 어떤 파일인지 알수가 없네요..
메인페이지도 폰트가 깨지지만 다른페이지에서도 일부 폰트가 깨지고 있습니다.
회원 게시판에 보시면 페이지 표시 부분에 ' 1 2 ㅁdzㅁ ' 이런식으로 뜨구요
관리자로그인 하면 게시판에 글쓴이가 '최고관ㅁㅁ' 이렇게 떠요..
어디 한 페이지가 euckr로 저장이 되있는거 아닌가 싶은데 어떤 파일인지 알수가 없네요..
최신글 불러오는 화일 하나만 올려봐 주세요 한번 보고 싶네요 가능하면
index 안에 불러오는 소스도 함께 올려주세요
index 안에 불러오는 소스도 함께 올려주세요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width=7 height=7><img src="<?=$latest_skin_path?>/img/bg_tl.gif" width=7></td>
<td background="<?=$latest_skin_path?>/img/bg_t.gif"></td>
<td width=6><img src="<?=$latest_skin_path?>/img/bg_tr.gif" width=6></td>
</tr>
<tr>
<td background="<?=$latest_skin_path?>/img/bg_ml.gif"></td>
<td>
<div style="padding:5px; background-color:#efefef;">
<strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong>
</div>
<table width=100% border=0 cellpadding=0 cellspacing=0 <?=$options?>>
<tr>
<td align=center valign=top>
<? for ($i=0; $i<$rows; $i++) { ?>
<table width=95% border=0 cellpadding=0 cellspacing=0>
<tr>
<td height=25 <?if ($i<$rows-1) {?> style="padding:3px 0 0 0; border-bottom:1px dotted #ebebeb;" <?}?> >
<img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
echo "{$list[$i]['subject']}";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-size:10px; color:#FF6600;'>{$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>
</tr>
</table>
<? } ?>
</td>
</tr>
</table>
</td>
<td background="<?=$latest_skin_path?>/img/bg_mr.gif"></td>
</tr>
<tr>
<td height=7><img src="<?=$latest_skin_path?>/img/bg_bl.gif" width=7></td>
<td background="<?=$latest_skin_path?>/img/bg_b.gif"></td>
<td><img src="<?=$latest_skin_path?>/img/bg_br.gif" width=6></td>
</tr>
</table>
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width=7 height=7><img src="<?=$latest_skin_path?>/img/bg_tl.gif" width=7></td>
<td background="<?=$latest_skin_path?>/img/bg_t.gif"></td>
<td width=6><img src="<?=$latest_skin_path?>/img/bg_tr.gif" width=6></td>
</tr>
<tr>
<td background="<?=$latest_skin_path?>/img/bg_ml.gif"></td>
<td>
<div style="padding:5px; background-color:#efefef;">
<strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong>
</div>
<table width=100% border=0 cellpadding=0 cellspacing=0 <?=$options?>>
<tr>
<td align=center valign=top>
<? for ($i=0; $i<$rows; $i++) { ?>
<table width=95% border=0 cellpadding=0 cellspacing=0>
<tr>
<td height=25 <?if ($i<$rows-1) {?> style="padding:3px 0 0 0; border-bottom:1px dotted #ebebeb;" <?}?> >
<img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
echo "{$list[$i]['subject']}";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-size:10px; color:#FF6600;'>{$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>
</tr>
</table>
<? } ?>
</td>
</tr>
</table>
</td>
<td background="<?=$latest_skin_path?>/img/bg_mr.gif"></td>
</tr>
<tr>
<td height=7><img src="<?=$latest_skin_path?>/img/bg_bl.gif" width=7></td>
<td background="<?=$latest_skin_path?>/img/bg_b.gif"></td>
<td><img src="<?=$latest_skin_path?>/img/bg_br.gif" width=6></td>
</tr>
</table>
<?include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php");
include_once("$g4[path]/lib/AD_latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<!-- 메인 테이블 -->
<table border="0" width="949" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8">
</td>
</tr>
</table>
<table border="0" width="949" HEIGHT="296" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="941" HEIGHT="296">
<p align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="949" HEIGHT="308" id="main" ALIGN="">
<PARAM NAME="movie" VALUE="main.swf"> <PARAM NAME=quality VALUE=high><param name="wmode" value="transparent"><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="main.swf" quality="high" bgcolor="#FFFFFF" WIDTH="949" HEIGHT="308" NAME="main" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></EMBED>
</OBJECT></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="949" height="2" align="center">
<tr>
<td width="949" height="10">
<p align="center"></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="949" height="" align="center">
<tr>
<td width="949"><p align="center"><? include_once("photo.php");?></p></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="950" align="center">
<tr>
<td width="190">
<table border="0" cellpadding="0" cellspacing="0" width="190">
<tr>
<td>
<?= outlogin("new_login"); ?>
</td>
</tr>
<tr>
<td>
<img src="<?=$g4[path]?>/img/ban5.gif" width="180" height="310" border="0" usemap="#ImageMap2"><map name="ImageMap2">
<area shape="rect" coords="4, 2, 178, 40" href="http://vnm-hanoi.mofat.go.kr/kor/as/vnm-hanoi/main/index.jsp" target="_blank">
<area shape="rect" coords="3, 42, 178, 79" href="http://www.chinaemb.or.kr/kor/" target="_blank">
<area shape="rect" coords="3, 80, 178, 117" href="http://embassy_philippines.mofat.go.kr/kor/as/embassy_philippines/main/index.jsp" target="_blank">
<area shape="rect" coords="4, 118, 178, 156" href="http://uzb.mofat.go.kr/kor/eu/uzb/main/index.jsp" target="_blank">
<area shape="rect" coords="4, 155, 178, 197" href="http://khm.mofat.go.kr/kor/as/khm/main/index.jsp" target="_blank">
<area shape="rect" coords="5, 197, 177, 234" href="http://www.russian-embassy.org/" target="_blank">
<area shape="rect" coords="4, 233, 178, 266" href="http://www.mongolembassy.com/" target="_blank">
<area shape="rect" coords="4, 270, 177, 307" href="http://www.thaiembassy.or.kr/" target="_blank">
</map>
</td>
</tr>
<tr>
<td>
<a href="bbs/board.php?bo_table=ptr"><img src="<?=$g4[path]?>/img/ban4.gif"></a>
</td>
</tr>
<tr>
<td>
<a href="bbs/board.php?bo_table=qna"><img src="<?=$g4[path]?>/img/centergo.gif"></a>
</td>
</tr>
<tr>
<td>
<?=connect("basic"); // 접속자 ?>
</td>
</tr>
<tr>
<td>
<img src="<?=$g4[path]?>/img/tel.gif">
</td>
</tr>
<tr>
<td>
<?=poll("basic"); // 설문조사 ?>
</td>
</tr>
<tr>
<td>
<a href='#' onclick="javascript:window.open('<?=$g4['path']?>/service/banking/banking.php', 'banking','width=450,height=300,top=10,left=10,scrollbars=no')"><img src="<?=$g4[path]?>/img/tongbo.gif"></a>
</td>
</tr>
</table>
</td>
<!-- 메인 좌측 테이블 끝 -->
<td width="10">
<p> </p>
</td>
<!-- 메인 중앙 테이블 시작-->
<td width="754">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr>
<td width="754" cellpadding="0" cellspacing="0" colspan="2">
<?=latest("taplatest22", "05_3", 7, 15);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr><td></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr>
<td width="235">
<p><?=latest("main", "01_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=01"><img src="4.jpg" width="127" height="157" border="0"></a></p>
</td>
<td width="235">
<p><?=latest("main", "02_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=02"><img src="7.jpg" width="138" height="157" border="0"></a></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "03_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=03"><img src="3.jpg" width="127" height="157" border="0"></a></p></td>
<td width="235">
<p><?=latest("main", "04_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=04"><img src="6.jpg" width="138" height="157" border="0"></a></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "05_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=05"><img src="2.jpg" width="127" height="157" border="0"></a></p></td>
<td width="235">
<p><?=latest("main", "06_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=06"><img src="8.jpg" width="138" height="157" border="0"></a></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "07_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=07"><img src="1.jpg" width="127" height="157" border="0"></a></p></td>
<td width="235">
<p><?=latest("main", "08_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=08"><img src="5.jpg" width="138" height="157" border="0"></a></p></td>
</tr>
</table>
<table>
<tr>
<td><img src="321.jpg" width="754" height="75" border="0">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td>
</td></tr></table>
</td>
</tr>
</table>
</td>
<!-- 메인 중앙 테이블 끝 -->
<!-- 메인 우측 테이블 시작 -->
<!-- 메인 우측 테이블 끝 -->
</tr>
</table>
<!-- 메인 테이블 -->
<!-- 메인 하단 -->
<table width="950" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><? include_once("include/speedmap.php");?></td>
</tr>
</table>
<!-- 메인 하단 -->
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td><?=banner_garo("제휴배너")?></td></tr>
</table>
<?
include_once("./_tail.php");
?>
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php");
include_once("$g4[path]/lib/AD_latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<!-- 메인 테이블 -->
<table border="0" width="949" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8">
</td>
</tr>
</table>
<table border="0" width="949" HEIGHT="296" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="941" HEIGHT="296">
<p align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="949" HEIGHT="308" id="main" ALIGN="">
<PARAM NAME="movie" VALUE="main.swf"> <PARAM NAME=quality VALUE=high><param name="wmode" value="transparent"><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="main.swf" quality="high" bgcolor="#FFFFFF" WIDTH="949" HEIGHT="308" NAME="main" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></EMBED>
</OBJECT></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="949" height="2" align="center">
<tr>
<td width="949" height="10">
<p align="center"></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="949" height="" align="center">
<tr>
<td width="949"><p align="center"><? include_once("photo.php");?></p></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="950" align="center">
<tr>
<td width="190">
<table border="0" cellpadding="0" cellspacing="0" width="190">
<tr>
<td>
<?= outlogin("new_login"); ?>
</td>
</tr>
<tr>
<td>
<img src="<?=$g4[path]?>/img/ban5.gif" width="180" height="310" border="0" usemap="#ImageMap2"><map name="ImageMap2">
<area shape="rect" coords="4, 2, 178, 40" href="http://vnm-hanoi.mofat.go.kr/kor/as/vnm-hanoi/main/index.jsp" target="_blank">
<area shape="rect" coords="3, 42, 178, 79" href="http://www.chinaemb.or.kr/kor/" target="_blank">
<area shape="rect" coords="3, 80, 178, 117" href="http://embassy_philippines.mofat.go.kr/kor/as/embassy_philippines/main/index.jsp" target="_blank">
<area shape="rect" coords="4, 118, 178, 156" href="http://uzb.mofat.go.kr/kor/eu/uzb/main/index.jsp" target="_blank">
<area shape="rect" coords="4, 155, 178, 197" href="http://khm.mofat.go.kr/kor/as/khm/main/index.jsp" target="_blank">
<area shape="rect" coords="5, 197, 177, 234" href="http://www.russian-embassy.org/" target="_blank">
<area shape="rect" coords="4, 233, 178, 266" href="http://www.mongolembassy.com/" target="_blank">
<area shape="rect" coords="4, 270, 177, 307" href="http://www.thaiembassy.or.kr/" target="_blank">
</map>
</td>
</tr>
<tr>
<td>
<a href="bbs/board.php?bo_table=ptr"><img src="<?=$g4[path]?>/img/ban4.gif"></a>
</td>
</tr>
<tr>
<td>
<a href="bbs/board.php?bo_table=qna"><img src="<?=$g4[path]?>/img/centergo.gif"></a>
</td>
</tr>
<tr>
<td>
<?=connect("basic"); // 접속자 ?>
</td>
</tr>
<tr>
<td>
<img src="<?=$g4[path]?>/img/tel.gif">
</td>
</tr>
<tr>
<td>
<?=poll("basic"); // 설문조사 ?>
</td>
</tr>
<tr>
<td>
<a href='#' onclick="javascript:window.open('<?=$g4['path']?>/service/banking/banking.php', 'banking','width=450,height=300,top=10,left=10,scrollbars=no')"><img src="<?=$g4[path]?>/img/tongbo.gif"></a>
</td>
</tr>
</table>
</td>
<!-- 메인 좌측 테이블 끝 -->
<td width="10">
<p> </p>
</td>
<!-- 메인 중앙 테이블 시작-->
<td width="754">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr>
<td width="754" cellpadding="0" cellspacing="0" colspan="2">
<?=latest("taplatest22", "05_3", 7, 15);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr><td></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="754">
<tr>
<td width="235">
<p><?=latest("main", "01_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=01"><img src="4.jpg" width="127" height="157" border="0"></a></p>
</td>
<td width="235">
<p><?=latest("main", "02_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=02"><img src="7.jpg" width="138" height="157" border="0"></a></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "03_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=03"><img src="3.jpg" width="127" height="157" border="0"></a></p></td>
<td width="235">
<p><?=latest("main", "04_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=04"><img src="6.jpg" width="138" height="157" border="0"></a></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "05_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=05"><img src="2.jpg" width="127" height="157" border="0"></a></p></td>
<td width="235">
<p><?=latest("main", "06_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=06"><img src="8.jpg" width="138" height="157" border="0"></a></p></td>
</tr>
<tr>
<td width="235">
<p><?=latest("main", "07_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=07"><img src="1.jpg" width="127" height="157" border="0"></a></p></td>
<td width="235">
<p><?=latest("main", "08_1", 5, 35, "height=80");?></p>
</td>
<td width="142"><p align="left"><a href="bbs/board.php?bo_table=08"><img src="5.jpg" width="138" height="157" border="0"></a></p></td>
</tr>
</table>
<table>
<tr>
<td><img src="321.jpg" width="754" height="75" border="0">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td>
</td></tr></table>
</td>
</tr>
</table>
</td>
<!-- 메인 중앙 테이블 끝 -->
<!-- 메인 우측 테이블 시작 -->
<!-- 메인 우측 테이블 끝 -->
</tr>
</table>
<!-- 메인 테이블 -->
<!-- 메인 하단 -->
<table width="950" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><? include_once("include/speedmap.php");?></td>
</tr>
</table>
<!-- 메인 하단 -->
<table width="950" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td><?=banner_garo("제휴배너")?></td></tr>
</table>
<?
include_once("./_tail.php");
?>
맞는것 같은데요 아래와 같은 코드들 중에서요..
15가 글짜 길이죠? 한 30~40으로 해보고 글씨 깨지나 봐보실래요. 그래도 깨지..면. 문제가 있는거겠지만요
<?=latest("taplatest22", "05_3", 7, 15);?>
15가 글짜 길이죠? 한 30~40으로 해보고 글씨 깨지나 봐보실래요. 그래도 깨지..면. 문제가 있는거겠지만요
<?=latest("taplatest22", "05_3", 7, 15);?>
안되네요...그문제가 아닌 다른 문제인거 같아요..
도대체 어떤파일이 문제일까요? 도무지 알수가 없네요..
도대체 어떤파일이 문제일까요? 도무지 알수가 없네요..
이렇게한번 해보세요 깨지나 안깨지나 ?? 글씨 뒤에다가 숫자 아무거나 하나 넣어보세요