묻고답하기
그림경로와 include 경로 좀 봐주세요 ㅠ.ㅠ
2010.06.09 23:47
게시판을 불러오면 그림이 잘 불러지는데,
게시판 내용 중에 하나를 선택해서 들어가면 그림이 불러와지지 않네요...
경로설정이 잘못되어진 듯 한데..
지금 그림 폴더 <img>는 <public_html> 바로 밑에 있어요...
그래서 그림 경로롤 "../img/파일이름" 으로 했는데...
그리고 include=../inc/파일이름 으로 되어 있습니다.
도데체 뭐가 틀린거죠?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<? include "../inc/header.php"; ?>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" style="background:url(../img/bg_sub.gif)undefined; background-repeat:repeat-x; background-position:top">
<tr>
<td> </td>
<td width="1000" valign="top">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="70">
<table width="100%" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom"><? include "../inc/logo.php"; ?></td>
<td align="right" valign="top">
<? include "../inc/home.php"; ?>
</td>
<td width="22"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<!-- 탑메뉴 -->
<div style="position:relative; left:0; top:0;">
<div id="rolling" style="position:absolute; left:0px; top:0px; z-index:1; visibility: visible;">
<table width="1000" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1000" height="70"><script>top_05_1()</script></td>
</tr>
</table>
</div></div>
<!-- 탑메뉴 끝 -->
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="205" valign="top">
<table width="205" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="70" background="../img/sub_bg.gif"></td>
</tr>
<tr>
<td height="115"> <script>swf('/flash/sub_t.swf',205,115);</script></td>
</tr>
<!-- 좌측메뉴 -->
<tr>
<td valign="top" style="padding-left:16"><? include "../inc/left_05.php"; ?></td>
</tr>
</table>
</td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="250" background="../img/sub_bg2.gif">
<!-- 타이틀 -->
<div style="position:relative; left:0; top:0;">
<div id="title" style="position:absolute; left:0; top:219px; z-index:1; visibility: visible; width: 370px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30"></td>
<td><img src="../img/title_15.gif"></td>
<td width="20"></td>
<td>
<table width="205%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15"><img src="../img/title_icon.gif" width="11" height="11"></td>
<td class="t_jji2">> 커뮤니티 > 교회소식</td>
</tr>
</table>
</td>
</tr>
</table>
</div></div>
<!-- 타이틀 끝 -->
<script>swf('/flash/sub_05.swf',795,250);</script>
</td>
</tr>
<tr>
<td height="30" colspan="2" width="795"></td>
</tr>
<tr>
<td style="padding-left:30px" background="" width="734">
<p>
{$content} --- 게시판 부분.
</p>
</td>
<td width="-1" style="padding-left:30px;"> </td>
</tr>
<tr>
<td height="80" colspan="2" width="795"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td> </td>
</tr>
<tr>
<td height="90" colspan="3" valign="top">
<? include "../inc/bottom.php"; ?>
</td>
</tr>
</table>
</body>
</html>