묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
여기저기 게시판에 있는 글을 보고 노프레임 홈피제작법을 그대로 따라하고 있습니다.
아래에 index.htm head.html foot.html 화일의 소스내용을 올립니다.
제로보드 설치도 잘 했습니다.
그런데 문제는
---------------------------
ㅣ 상단부 ㅣ
ㅣ-------------------------
ㅣ메뉴ㅣ중앙부(게시판) ㅣ
ㅣ ㅣ ㅣ
ㅣ-------------------------
ㅣ하단부 ㅣ
----------------------------
이처럼 만들라고 하는데..
---------------------------
ㅣ 상단부 ㅣ
ㅣ-------------------------
ㅣ메뉴ㅣ ㅣ
ㅣ ㅣ ㅣ
ㅣ-------------------------
중앙부(게시판)
하단부
이처럼 나오는겁니다.
진짜 15번정도 다시해보고 이것저것 수정도 해보고..
뭐가 문제일까요?
누가 알려주세요~ ^^;;;
소스 내용
### index.htm
<? include "head.html" ?>
<p>중앙메뉴</p>
<? include "foot.html" ?>
### head.html
<table border="1" width="982">
<tr>
<td width="972" height="105" colspan="2">
<p align="center">상단부</p>
</td>
</tr>
<tr>
<td width="149" height="306">
<p>좌측메뉴</p>
</td>
<td width="817" height="306"></td>
</tr>
</table>
### foot.html
</td>
</tr>
<tr>
<td width="972" height="91" colspan="2">
<p align="center">하단부</p>
</td>
</tr>
</table>
<p> </p>
iframe에 관련된 질문입니다. 아주 기초적인거 같은데 뭔가 어려워서요..
2003.12.23 03:25
여기저기 게시판에 있는 글을 보고 노프레임 홈피제작법을 그대로 따라하고 있습니다.
아래에 index.htm head.html foot.html 화일의 소스내용을 올립니다.
제로보드 설치도 잘 했습니다.
그런데 문제는
---------------------------
ㅣ 상단부 ㅣ
ㅣ-------------------------
ㅣ메뉴ㅣ중앙부(게시판) ㅣ
ㅣ ㅣ ㅣ
ㅣ-------------------------
ㅣ하단부 ㅣ
----------------------------
이처럼 만들라고 하는데..
---------------------------
ㅣ 상단부 ㅣ
ㅣ-------------------------
ㅣ메뉴ㅣ ㅣ
ㅣ ㅣ ㅣ
ㅣ-------------------------
중앙부(게시판)
하단부
이처럼 나오는겁니다.
진짜 15번정도 다시해보고 이것저것 수정도 해보고..
뭐가 문제일까요?
누가 알려주세요~ ^^;;;
소스 내용
### index.htm
<? include "head.html" ?>
<p>중앙메뉴</p>
<? include "foot.html" ?>
### head.html
<table border="1" width="982">
<tr>
<td width="972" height="105" colspan="2">
<p align="center">상단부</p>
</td>
</tr>
<tr>
<td width="149" height="306">
<p>좌측메뉴</p>
</td>
<td width="817" height="306"></td>
</tr>
</table>
### foot.html
</td>
</tr>
<tr>
<td width="972" height="91" colspan="2">
<p align="center">하단부</p>
</td>
</tr>
</table>
<p> </p>
댓글 3
-
Smileru
2003.12.23 11:26
-
김문성
2003.12.23 11:44
답변 너무 감사합니다.
참조해서 잘 해보겠습니다. 혹시나 너무 기본적인거라서 답변이 없을까 했는데.. ^^;;; -
김문성
2003.12.23 14:20
아.. 방금 해봤는데요.. 잘 되네요..
문제는 제가 수정을 나모웹에디터의 html창에서 한거였어요..
제대로 수정을 해도 저절로 table을 닫아버리네요 ^^
감사합니다. ^^*
<td width="817" height="306"></td>이 부분에 중앙부(게시판)이 들어가야 겠네요.
갑자기 foot.html이 </td>로 시작하는것이 이상하네요.. head.html에서 </table>끝났는데...
아마 head.html(앗! head.php아닐까요? ^^)을 이렇게 수정하시면 될것 같네요.
<table border="1" width="982">
<tr>
<td width="972" height="105" colspan="2">
<p align="center">상단부</p>
</td>
</tr>
<tr>
<td width="149" height="306">
<p>좌측메뉴</p>
</td>
<td width="817" height="306">
이렇게 끝내시면 될껍니다. ^^~~~