묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
1.--------------------
header.php를
<html>에서 본문직전까지
footer.php를
본문다음부터 마지막 </html>까지하는 방법과
2.--------------------
<head>
<title>제목 없음</title>
</head>
<body>
<--여기에 header.php(즉 <table>에서 본문직전까지
본문
<--여기에 footer.php(즉, 본문직후부터 </table>까지
</body>
</html>
실제 제작할 때, 1번 방법과 2번 방법중 어느 방법이 더 효과적일까요?
감사합니다.
노프레임으로 만들때..... 다음중 어떤 방법이 더 효과적일까요?
2003.10.29 16:18
1.--------------------
header.php를
<html>에서 본문직전까지
footer.php를
본문다음부터 마지막 </html>까지하는 방법과
2.--------------------
<head>
<title>제목 없음</title>
</head>
<body>
<--여기에 header.php(즉 <table>에서 본문직전까지
본문
<--여기에 footer.php(즉, 본문직후부터 </table>까지
</body>
</html>
실제 제작할 때, 1번 방법과 2번 방법중 어느 방법이 더 효과적일까요?
감사합니다.
이유는 구분이 더욱 쉬워서입니다.