묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
노프레임 관련질문...
2004.03.29 20:37
http://gamecommunity.w3ip.co.kr/noframelayoutsample.htmlhttp://gamecommunity.w3ip.co.kr/noframelayoutsample.zip저는 레이아웃이 좀 특이한데 이런 레이이웃으로 노프레임으로 할 줄모릅니다.
소스는 이렇고요.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>노프레임 레이아웃 샘플</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table width="966" border="1">
<tr>
<td width="751" height="114">
<p>배너</p>
</td>
<td width="199" height="114">
<p>링크</p>
</td>
</tr>
<tr>
<td width="751" height="45">
<p>상단메뉴</p>
</td>
<td width="199" height="45">
<p> </p>
</td>
</tr>
<tr>
<td width="751" height="309">
<p align="center">게시판/내용</p>
</td>
<td width="199" height="309">
<p align="center">현재 접속자, 외부로그인,</p>
<p align="center">설문조사</p>
</td>
</tr>
<tr>
<td width="751" height="54">
<p align="center">하단메뉴/광고</p>
</td>
<td width="199" height="54">
<p align="center">카운터</p>
</td>
</tr>
</table>
</body>
</html>
게시판/내용 부분에 게시판을 어떻게 나오게 하나요?
제발 알려주세요...
소스는 이렇고요.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>노프레임 레이아웃 샘플</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table width="966" border="1">
<tr>
<td width="751" height="114">
<p>배너</p>
</td>
<td width="199" height="114">
<p>링크</p>
</td>
</tr>
<tr>
<td width="751" height="45">
<p>상단메뉴</p>
</td>
<td width="199" height="45">
<p> </p>
</td>
</tr>
<tr>
<td width="751" height="309">
<p align="center">게시판/내용</p>
</td>
<td width="199" height="309">
<p align="center">현재 접속자, 외부로그인,</p>
<p align="center">설문조사</p>
</td>
</tr>
<tr>
<td width="751" height="54">
<p align="center">하단메뉴/광고</p>
</td>
<td width="199" height="54">
<p align="center">카운터</p>
</td>
</tr>
</table>
</body>
</html>
게시판/내용 부분에 게시판을 어떻게 나오게 하나요?
제발 알려주세요...
<p align="center">까지를 상단 페이지로
</p>
</td>부터 하단 페이지로...