묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
간단한질문하나...
2004.04.21 16:10
<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">
<p> </p>
</body>
</html>
여기다가
<?include "head.htm";?>
을 인클루드 시키려면 어느자리에다 넣어야하나요;?
<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">
<p> </p>
</body>
</html>
여기다가
<?include "head.htm";?>
을 인클루드 시키려면 어느자리에다 넣어야하나요;?
댓글 3
-
드래군
2004.04.21 19:44
-
스티치
2004.04.22 14:09
해당 인클루드 파일이 표시될 위치에 넣으시면 됩니다. -
오지영
2004.04.24 01:17
ㄳ합니다^^;
그런거였군요'-';
하단파일이면 맨밑에넣어야하나요;?
<html> 위에 넣으세요.