묻고답하기
게시판넣는법좀..ㅠㅠㅠㅠ
2007.08.25 07:46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>관광/낚시전문가이드 다희네민박</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body>
<!--top메뉴-->
<table width="850" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><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="850" height="110">
<param name="movie" value="../top.swf">
<param name="quality" value="high">
<embed src="../top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="110"></embed></object></td>
</tr>
</table>
<!--메인이미지-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../images/m_bg.gif"><table width="855" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF"><img src="../images/sample.gif" width="850" height="244"></td>
</tr>
</table></td>
</tr>
</table>
<!--서브본문--><br>
<table width="850" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="180" rowspan="2"><table width="170" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../images/sub_dahee.gif" width="170" height="49"></td>
</tr>
<tr>
<td align="center"><img src="../images/free_m01.gif" width="152" height="31"></td>
</tr>
<tr>
<td align="center"><img src="../images/free_m02.gif" width="152" height="24" border="0"></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><img src="../images/tel.gif" width="152" height="119"></td>
</tr>
</table></td>
<td width="670" height="46" align="center" valign="top"><div align="right"><img src="../images/free_title01.gif" width="663" height="50">
</div></td>
</tr>
<tr>
<td width="670" align="center" valign="top">vv</td>
</tr>
</table>
<div id="Layer1" style="position:absolute; left:861px; top:388px; width:145px; height:258px; z-index:1">
<table width="75%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td><img src="../images/m_banner01.gif" width="132" height="87"></td>
</tr>
<tr>
<td><img src="../images/m_banner02.gif" width="133" height="45"></td>
</tr>
<tr>
<td><img src="../images/m_banner03.gif" width="133" height="45"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
<!--하단--><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="../images/bottom_bg.gif"><img src="../images/bottom.gif" width="1024" height="81"></td>
</tr>
</table>
</body>
</html>
이건데 vv부분에 게시판들어갈꺼에요..
그런데 head/foot나눠서 저장했는데 게시판은 아래나오고 또 그밑에 전체적인 부분이나와요..
(메뉴-메인이미지-하단) 게시판 (메뉴-메인이미지-하단)
이렇게요...어떻게하죠???
head와 foot는 한 페이지 소스를 나누는 겁니다.
즉 <html> 부터 vv 앞 valign=top> 여기까지 잘라서 head.php 로 저장을 하시고, vv 뒤 </td> 부터 </html> 부분까지 foot.php로 저장을 하셔야 합니다.
현재 나오는 구조를 보면 전체 소스를 head.php 와 foot.php 로 저장을 해서 나타나는 구조인거 같습니다.