이미지가 나타나지 않아요..ㅜㅜ 정보
이미지가 나타나지 않아요..ㅜㅜ
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : cutiey.com
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=<?=$table_width?> height="40" cellpadding=0 cellspacing=0>
<tr><td width="15" height="40" background="$g4[path]/include/htmlgroup/sel_gr/g_l.gif"></td>
<td width=<?=$table_width?> height="40" background="$g4[path]/include/htmlgroup/sel_gr/g_c.gif">
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<td align="center">
<?
echo "<a href='$g4[bbs_path]/board.php?bo_table={$list[$i][bo_table]}' style='color:$bo_color'>{$list[$i][bo_subject]}</a>";
?>
</td>
<? if ($i+1 < count($list)) { //마지막 라인 생략?><td width=5>ㅣ</td><? } ?>
<? } ?>
</tr>
</table>
</td><td width="15" height="40" background="$g4[path]/include/htmlgroup/sel_gr/g_r.gif"></td></tr></table>
위 소스중에 잘못된거 있나요..
분명히 소스 맞는데.. 경로도 맞는데. 이미지가 안타나나네요..ㅜㅜ
아시는분 알려주세요..ㅜㅜ
오류 주소 : cutiey.com
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=<?=$table_width?> height="40" cellpadding=0 cellspacing=0>
<tr><td width="15" height="40" background="$g4[path]/include/htmlgroup/sel_gr/g_l.gif"></td>
<td width=<?=$table_width?> height="40" background="$g4[path]/include/htmlgroup/sel_gr/g_c.gif">
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<td align="center">
<?
echo "<a href='$g4[bbs_path]/board.php?bo_table={$list[$i][bo_table]}' style='color:$bo_color'>{$list[$i][bo_subject]}</a>";
?>
</td>
<? if ($i+1 < count($list)) { //마지막 라인 생략?><td width=5>ㅣ</td><? } ?>
<? } ?>
</tr>
</table>
</td><td width="15" height="40" background="$g4[path]/include/htmlgroup/sel_gr/g_r.gif"></td></tr></table>
위 소스중에 잘못된거 있나요..
분명히 소스 맞는데.. 경로도 맞는데. 이미지가 안타나나네요..ㅜㅜ
아시는분 알려주세요..ㅜㅜ
댓글 전체
잘 나오는데요..
어디 이미지가 안나오나요?
어디 이미지가 안나오나요?
이것이 어디에 뭐가 나오는지를 알아야 답변을 드리지용...
백그라운드는 경로를 추적이 불가능합니다.
백그라운드는 경로를 추적이 불가능합니다.

해결했습니다. 경로가 잘못된것 수정했어요..ㅋㅋ 감사합니다.