질문 & 답변 게시판
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
</head>
<body>
<table width="900" height="884" border="0" align="center">
<tr>
<td height="119" colspan="2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="117">
<param name="movie" value="menu.swf" />
<param name="quality" value="high" />
<embed src="menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="117"></embed>
</object></td>
</tr>
<tr>
<td width="199" height="679">
<p align="center">
<?
$_zb_url = "http://kicbook.com/bbs/";
$_zb_path = "/home/hosting_users/sppisu/www/bbs/";
include $_zb_path."outlogin.php";
?>
<? print_outlogin("login", 1, 10) ?><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="193" height="485">
<param name="movie" value="V_menu.swf" />
<param name="quality" value="high" />
<embed src="V_menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="193" height="485"></embed>
</object>
</p>
<p align="center"> </p>
<p align="center"> </p></td>
<td width="697"><p><img src="images/main_03.png" width="697" height="307" /></p>
<p> </p>
<p><img src="images/main_05.gif" width="697" height="56" /></p>
<p><img src="images/main_06.gif" width="697" height="244" /></p>
</td>
</tr>
<tr>
<td height="78" colspan="2"><img src="images/main_07.png" width="890" height="76" /></td>
</tr>
</table>
</body>
</html>



보니까 인덱스페이지인 것 같네요.
게시판을 넣으려고 하신다면
<p><img src="images/main_03.png" width="697" height="307" /></p>
<p> </p>
<p><img src="images/main_05.gif" width="697" height="56" /></p>
<p><img src="images/main_06.gif" width="697" height="244" /></p>
을 삭제하시구요. 삭제하시기 전 부분이 헤더, 삭제한 다음 부분이 푸터가 됩니다.
헤더
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
</head>
<body>
<table width="900" height="884" border="0" align="center">
<tr>
<td height="119" colspan="2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="117">
<param name="movie" value="menu.swf" />
<param name="quality" value="high" />
<embed src="menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="117"></embed>
</object></td>
</tr>
<tr>
<td width="199" height="679">
<p align="center">
<?
$_zb_url = "http://kicbook.com/bbs/";
$_zb_path = "/home/hosting_users/sppisu/www/bbs/";
include $_zb_path."outlogin.php";
?>
<? print_outlogin("login", 1, 10) ?><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="193" height="485">
<param name="movie" value="V_menu.swf" />
<param name="quality" value="high" />
<embed src="V_menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="193" height="485"></embed>
</object>
</p>
<p align="center"> </p>
<p align="center"> </p></td>
<td width="697">
푸터
</td>
</tr>
<tr>
<td height="78" colspan="2"><img src="images/main_07.png" width="890" height="76" /></td>
</tr>
</table>
</body>
</html>