홈페이지에 그누보드 삽입할려고 합니다!!! 정보
홈페이지에 그누보드 삽입할려고 합니다!!!본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>타이틀</title>
<link rel="stylesheet" type="text/css" href="css/may.css"/>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body>
<center>
<script language="JavaScript">
function click() {
if ((event.button==2) || (event.button==3)) {
alert('보안상 마우스 오른쪽 버튼은 사용할수 없습니다.');
}
}
document.onmousedown=click
// -->
</script>
<script language="JavaScript">
<!-- Hide from old browsers
if (navigator.appName == "Netscape") {
document.captureEvents(Event.MOUSEDOWN)
document.onmousedown = checkClick
function checkClick(ev) {
if (ev.which != 1) {
alert('보안상 마우스 오른쪽 버튼은 사용할수 없습니다.')
return false
}
}
}
// -->
</script>
<div id="wrap">
<div overflow="scroll"> </div>
<div id="header">
<div id="headerlogo">
<a href="index.html"><img src="ex/logo.png" width="189" height="90"/></a>
</div>
</div>
<div id="menu">
<table width="930" border="0">
<tr>
<td width="45"> <a href="about.html" ><img src="ex/about-typo.png" onmouseover="this.src='ex/about-typo01.png'" onmouseout="this.src='ex/about-typo.png'" alt=" " /></a> </td>
<td width="58"> <a href="product.html"><img src="ex/consol-typo.png" onmouseover="this.src='ex/consol-typo01.png'" onmouseout="this.src='ex/consol-typo.png'" alt=""/></a></td>
<td width="59"> <a href="gallery1.html"><img src="ex/gallery-typo.png"onmouseover="this.src='ex/gallery-typo01.png'" onmouseout="this.src='ex/gallery-typo.png'" alt=""/></a></td>
<td width="70"> <a href="gallery2.html"><img src="ex/gallery2-typo.png" onmouseover="this.src='ex/gallery2-typo01.png'" onmouseout="this.src='ex/gallery2-typo.png'" alt=""/></a></td>
<td width="85"> <a href="reservation.html"><img src="ex/reservation-typo.png" onmouseover="this.src='ex/reservation-typo01.png'" onmouseout="this.src='ex/reservation-typo.png'" alt=""/></a></td>
<td width="37"> <a href="qa.html"><img src="ex/qa-typo.png" onmouseover="this.src='ex/qa-typo01.png'" onmouseout="this.src='ex/qa-typo.png'" alt=""/></a></td>
<td width="52"> <a href="review.html"><img src="ex/review-typo.png" onmouseover="this.src='ex/review-typo01.png'" onmouseout="this.src='ex/review-typo.png'" alt=""/></a></td>
<td width="42"> <a href="http://blog.naver.com/5 "><img src="ex/blog-typo.png" onmouseover="this.src='ex/blog-typo01.png'" onmouseout="this.src='ex/blog-typo.png'" alt=""/></a></td>
</tr>
</table>
</div>
<div id="gasipan">
게시판삽입!!!!!
</div>
<div id="footer"> </div>
</div>
</body>
</html>
이 페이지에 갤러리 게시판을 넣으려고 합니다!!
소스중에 게시판 삽입이라고 되어있는 부분에 넣을려고 합니다
그누보드에서 상단 하단 파일을 어떻게 나누어야 하는지ㅠ.ㅠ
그리고 경로는 또 어떻게 지정해줘야 하는지 궁금합니다
왕왕 초보 입니다ㅠ.ㅠ
답변 부탁드려요~!
혹시 이부분 말고 제가 답변에 부족하게 질문드렸으면 다시 올릴께요!! 답변에 적어주세요~
부탁드립니다!!!
오류 주소 :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>타이틀</title>
<link rel="stylesheet" type="text/css" href="css/may.css"/>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body>
<center>
<script language="JavaScript">
function click() {
if ((event.button==2) || (event.button==3)) {
alert('보안상 마우스 오른쪽 버튼은 사용할수 없습니다.');
}
}
document.onmousedown=click
// -->
</script>
<script language="JavaScript">
<!-- Hide from old browsers
if (navigator.appName == "Netscape") {
document.captureEvents(Event.MOUSEDOWN)
document.onmousedown = checkClick
function checkClick(ev) {
if (ev.which != 1) {
alert('보안상 마우스 오른쪽 버튼은 사용할수 없습니다.')
return false
}
}
}
// -->
</script>
<div id="wrap">
<div overflow="scroll"> </div>
<div id="header">
<div id="headerlogo">
<a href="index.html"><img src="ex/logo.png" width="189" height="90"/></a>
</div>
</div>
<div id="menu">
<table width="930" border="0">
<tr>
<td width="45"> <a href="about.html" ><img src="ex/about-typo.png" onmouseover="this.src='ex/about-typo01.png'" onmouseout="this.src='ex/about-typo.png'" alt=" " /></a> </td>
<td width="58"> <a href="product.html"><img src="ex/consol-typo.png" onmouseover="this.src='ex/consol-typo01.png'" onmouseout="this.src='ex/consol-typo.png'" alt=""/></a></td>
<td width="59"> <a href="gallery1.html"><img src="ex/gallery-typo.png"onmouseover="this.src='ex/gallery-typo01.png'" onmouseout="this.src='ex/gallery-typo.png'" alt=""/></a></td>
<td width="70"> <a href="gallery2.html"><img src="ex/gallery2-typo.png" onmouseover="this.src='ex/gallery2-typo01.png'" onmouseout="this.src='ex/gallery2-typo.png'" alt=""/></a></td>
<td width="85"> <a href="reservation.html"><img src="ex/reservation-typo.png" onmouseover="this.src='ex/reservation-typo01.png'" onmouseout="this.src='ex/reservation-typo.png'" alt=""/></a></td>
<td width="37"> <a href="qa.html"><img src="ex/qa-typo.png" onmouseover="this.src='ex/qa-typo01.png'" onmouseout="this.src='ex/qa-typo.png'" alt=""/></a></td>
<td width="52"> <a href="review.html"><img src="ex/review-typo.png" onmouseover="this.src='ex/review-typo01.png'" onmouseout="this.src='ex/review-typo.png'" alt=""/></a></td>
<td width="42"> <a href="http://blog.naver.com/5 "><img src="ex/blog-typo.png" onmouseover="this.src='ex/blog-typo01.png'" onmouseout="this.src='ex/blog-typo.png'" alt=""/></a></td>
</tr>
</table>
</div>
<div id="gasipan">
게시판삽입!!!!!
</div>
<div id="footer"> </div>
</div>
</body>
</html>
이 페이지에 갤러리 게시판을 넣으려고 합니다!!
소스중에 게시판 삽입이라고 되어있는 부분에 넣을려고 합니다
그누보드에서 상단 하단 파일을 어떻게 나누어야 하는지ㅠ.ㅠ
그리고 경로는 또 어떻게 지정해줘야 하는지 궁금합니다
왕왕 초보 입니다ㅠ.ㅠ
답변 부탁드려요~!
혹시 이부분 말고 제가 답변에 부족하게 질문드렸으면 다시 올릴께요!! 답변에 적어주세요~
부탁드립니다!!!
댓글 전체

일단은 매뉴얼에서 "페이지의 구성"부분을 읽어보시고 적용해보세요.