묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
헤더와 푸터, 이 두놈을 어떻게 해야되죠? -ㅁ-
2004.06.13 04:11
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="1" width="911">
<tr>
<td width="205" height="149"> </td>
<td width="690" height="149" colspan="2">이미지!!</td>
</tr>
<tr>
<td width="205" height="330">메뉴판들</td>
<td width="587" height="330"> <--- 여기까지가 head.html
메인화면!!! <-- 여긴 index.html
</td>
<td width="97" height="330">배너!!!</td>
</tr>
</table>
<p> </p>
</body>
</html> <--- 여기까지 foot.html
이렇게 저장했어요. 그리고 헤더와 푸터를 인덱스에 붙인다고 씌여져 있어서
인덱스.html 안에
<? include "head.html"; ?> <-- 어느 글을 보니까 <? include("head.html"); ?> 이렇게 써있던데 이것도 맞는건가요??
메인화면
<? include "foot.html"; ?>
이거 3개만 적었는데 맞는건가요? 이렇게 했는데 웹페이지 상에서 표하나 안보여서요.
저렇게 쓰면 메인화면 밖에 뜨질 않아요.
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="1" width="911">
<tr>
<td width="205" height="149"> </td>
<td width="690" height="149" colspan="2">이미지!!</td>
</tr>
<tr>
<td width="205" height="330">메뉴판들</td>
<td width="587" height="330"> <--- 여기까지가 head.html
메인화면!!! <-- 여긴 index.html
</td>
<td width="97" height="330">배너!!!</td>
</tr>
</table>
<p> </p>
</body>
</html> <--- 여기까지 foot.html
이렇게 저장했어요. 그리고 헤더와 푸터를 인덱스에 붙인다고 씌여져 있어서
인덱스.html 안에
<? include "head.html"; ?> <-- 어느 글을 보니까 <? include("head.html"); ?> 이렇게 써있던데 이것도 맞는건가요??
메인화면
<? include "foot.html"; ?>
이거 3개만 적었는데 맞는건가요? 이렇게 했는데 웹페이지 상에서 표하나 안보여서요.
저렇게 쓰면 메인화면 밖에 뜨질 않아요.
댓글 4
-
Rain-C
2004.06.13 04:15
헤더와 푸터를 나누는게 게시판을 넣기 위해서라는데 저렇게 나누면 메인화면에는 게시판말고 그냥 일반 웹 페이지는 못들어가나요? -
Root
2004.06.13 08:59
php로 저장하시고 php 가동 가능한 계정(서버)에서 돌리셔야 한다는 사실 잊지 마세요. -
FILA
2004.06.13 11:26
영원한 초심자들의 숙명..
헤더푸터! -
Rain-C
2004.06.13 15:02
-ㅁ-;; html로 하면 안되는건가 보군요.... php로 하니 나오네요 ^^; 답변 감사합니다