급)게시판 상,하단출력문제 (오늘 해결해야합니다;;) 정보
급)게시판 상,하단출력문제 (오늘 해결해야합니다;;)본문
게시판에 head파일과 foot파일을 적용시켰는데 오른쪽 이미지 처럼 하단파일이 나타나지 않습니다.
경로는 둘다
../news/head01.php
../news/foot01.php
상단파일만 출력되네요.
-------------------헤드파일----------------------------
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/head.sub.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>삼국영웅전</title>
<Style type="text/css">
A:link { COLOR: #666666; FONT-SIZE: 9pt; TEXT-DECORATION: none}
A:active { COLOR: #666666; FONT-SIZE: 9pt; TEXT-DECORATION: none}
A:visited { COLOR: #666666; FONT-SIZE: 9pt; TEXT-DECORATION: none}
A:hover {
COLOR: black;
FONT-SIZE: 9pt;
text-decoration: none;
}
TD { COLOR: #b59e79; FONT-FAMILY: 굴림; FONT-SIZE: 9pt}
body {
background-color: #000000;
margin-top: 0px;
}
</Style>
</head>
<body>
<table width="1100" style="overflow:hidden" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td width="1100" height="34" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> </td>
</tr>
</table>
<table width="1100" height="1097" border="0" valign="top" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666" rules="none">
<tr>
<td height="482" colspan="7"><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1100" height="482">
<param name="movie" value="../flash/home.swf">
<param name="quality" value="high">
<embed src="../flash/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1100" height="482"></embed>
</object>
</div></td>
</tr>
<tr>
<td height="13" colspan="7"> </td>
</tr>
<tr>
<td width="31" height="204" align="right" valign="top"> </td>
<td width="212" valign="top" align="center"><?=outlogin("adam"); ?>
<p><img src="../wimg/notice00.gif" width="182" height="40"></p>
<p><a href="http://210.115.148.106/web/bbs/board.php?bo_table=notice" onFocus="this.blur()" target="_self">
<img src="../wimg/notice01.gif" width="160" height="28" border="0"></a><br>
<a href="http://210.115.148.106/web/bbs/board.php?bo_table=patch" onMouseOver="img1.src='../wimg/notice02.gif'" onMouseOut="img1.src='../wimg/notice02g.gif'" onFocus="this.blur()" target="_self">
<img src="../wimg/notice02g.gif" width="160" height="28" border="0" name="img1"></a> <br>
<a href="http://210.115.148.106/web/bbs/board.php?bo_table=event" onMouseOver="img2.src='../wimg/notice03.gif'" onMouseOut="img2.src='../wimg/notice03g.gif'" onFocus="this.blur()" target="_self">
<img src="../wimg/notice03g.gif" width="160" height="28" border="0" name="img2"></a> </p>
<p>
<a href="http://210.115.148.106/web/bbs/board.php?bo_table=customer" onFocus="this.blur()"target="_self">
<img src="../wimg/ask.gif" width="182" height="41" border="0"></a>
<a href="http://210.115.148.106/web/bbs/board.php?bo_table=faq" onFocus="this.blur()"target="_self">
<img src="../wimg/faq.gif" width="182" height="41" border="0"></a>
<a href="http://210.115.148.106/web/bbs/board.php?bo_table=bug" onFocus="this.blur()" target="_self">
<img src="../wimg/bug.gif" width="182" height="41" border="0"></a> </p></td>
<td width="798" rowspan="2" valign="top"><div align="center"></div>
------------------------------
---------풋파일---------------
</td>
<td valign="top" width="59" rowspan="2"><div align="left">
<p><br>
<br>
</p>
</div>
</td>
</tr>
<!--공지,패치 최신글-->
<tr>
<td height="191" colspan="2" align="right" valign="top"> </td>
</tr>
<tr>
<td height="82" colspan="7">저작권 표시 </td>
</tr>
</table>
</body>
</html>
-------------------------------------------------
검색을 통해 해당문제를 해결할 수가 없어서 질문드립니다..
댓글 전체
../foot01.php
이렇게 바꾸는거 아닌가요? 저도 초보라서. ;;