안녕하세요.
요즘 대류님 덕분에 홈페이지 만드는 재미가 솔솔하답니다.
이 점 깊이 감사드립니다.
홈페이지를 만들던 중에 문제가 생겼는데 해결이 되지 않고 있습니다.
아래 문서를 한번 보시고 문제점을 좀 알려주세요
부탁드립니다.
헤더html
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>INDYHOUSE</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="white" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table cellpadding="0" cellspacing="0" bgcolor="white">
<tr>
<td width="20" rowspan="5" nowrap valign="top"> </td>
<td width="906" colspan="3" valign="top"><? include "./html/top.html"; ?></td>
<td width="20" rowspan="5" nowrap valign="top">
<p> </p>
</td>
</tr>
<tr>
<td width="906" valign="top" colspan="3"><? include "./html/top_banner.html"; ?></td>
</tr>
<tr>
<td width="906" valign="top" colspan="3"><? include "./html/top_bar.html"; ?></td>
</tr>
<tr>
<td width="180" valign="top" bgcolor="white">
<table align="center" cellpadding="0" cellspacing="0" width="180" bgcolor="#EEEEEE">
<tr>
<td valign="top">
<p align="center"><? include "./html/menu/indy.html"; ?></p>
</td>
</tr>
</table>
</td>
<td width="10" valign="top"> </td>
<td width="716" valign="top" height="100%">
<p align="center">
푸더html
</p>
</td>
</tr>
<tr>
<td width="906" colspan="3" valign="top"><? include "./html/down.html"; ?></td>
</tr>
</table>
</body>
</html>
모든 문서는 전체경로를 사용했구요...
이렇게 만든 문서를 헤더.html, 푸더.html로 제로보드에 적용하면 제로보드게시판만 뜹니다.
인크루드 사용 안하고 그냥 html문서 만들어 적용하면 잘 적용이 되는데...
어디가 절못된걸까요??
요즘 대류님 덕분에 홈페이지 만드는 재미가 솔솔하답니다.
이 점 깊이 감사드립니다.
홈페이지를 만들던 중에 문제가 생겼는데 해결이 되지 않고 있습니다.
아래 문서를 한번 보시고 문제점을 좀 알려주세요
부탁드립니다.
헤더html
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>INDYHOUSE</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="white" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table cellpadding="0" cellspacing="0" bgcolor="white">
<tr>
<td width="20" rowspan="5" nowrap valign="top"> </td>
<td width="906" colspan="3" valign="top"><? include "./html/top.html"; ?></td>
<td width="20" rowspan="5" nowrap valign="top">
<p> </p>
</td>
</tr>
<tr>
<td width="906" valign="top" colspan="3"><? include "./html/top_banner.html"; ?></td>
</tr>
<tr>
<td width="906" valign="top" colspan="3"><? include "./html/top_bar.html"; ?></td>
</tr>
<tr>
<td width="180" valign="top" bgcolor="white">
<table align="center" cellpadding="0" cellspacing="0" width="180" bgcolor="#EEEEEE">
<tr>
<td valign="top">
<p align="center"><? include "./html/menu/indy.html"; ?></p>
</td>
</tr>
</table>
</td>
<td width="10" valign="top"> </td>
<td width="716" valign="top" height="100%">
<p align="center">
푸더html
</p>
</td>
</tr>
<tr>
<td width="906" colspan="3" valign="top"><? include "./html/down.html"; ?></td>
</tr>
</table>
</body>
</html>
모든 문서는 전체경로를 사용했구요...
이렇게 만든 문서를 헤더.html, 푸더.html로 제로보드에 적용하면 제로보드게시판만 뜹니다.
인크루드 사용 안하고 그냥 html문서 만들어 적용하면 잘 적용이 되는데...
어디가 절못된걸까요??