드림위버CC를 사용하여 그누보드를 삽입했는데 스크롤이 너무 작게 나와요
관련링크
본문
드림위버 CC를 사용하여 아래와 같이 그누보드를 심었습니다.
그런에 그누보드가 너무 작게 나와서 게시판 높이를 1500에 맞추고 싶은데 방법 부탁드립니다. ^^
- 아 래 -
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>contracts</title>
<link href="/designstyle1.css" rel="stylesheet" type="text/css">
<link href="/coinfstyle.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
</script>
</head>
<body>
<div id="container">
<header>
<div class="toparea"><img src="/images/header/logo.jpg" alt="" width="160" height="148" usemap="#Map5"/>
<map name="Map5">
<area shape="rect" coords="0,0,162,147" href="home1.html">
</map>
<nav id="topmenu"><img src="/images/header/tree.jpg" alt="" width="297" height="121" usemap="#Map6"/>
<map name="Map6">
<area shape="rect" coords="6,42,70,75" href="home1.html">
<area shape="rect" coords="79,46,164,75" href="sitemap.html">
<area shape="rect" coords="177,45,291,75" href="ascenter.html">
</map>
</nav>
</div>
<div class="menuarea"><img src="/images/메뉴바테스트.jpg" alt="" width="1300" height="50" usemap="#Map4"/>
<div class="boardarea">
<iframe src="http://pinocchiotoy.com/gnuboard5/"
width="1300" hight="1500" frameborder="0" scrolling="auto"
marginwidth="0" marginheight="0">
</iframe>
</div>
<map name="Map4">
<area shape="rect" coords="2,-1,162,48" href="home1.html" target="new">
<area shape="rect" coords="166,0,324,51" href="coinf.html">
<area shape="rect" coords="326,3,486,52" href="goods.html">
<area shape="rect" coords="491,2,648,49" href="carater.html">
<area shape="rect" coords="652,1,812,49" href="resource.html ">
<area shape="rect" coords="814,1,975,48" href="sns.html">
<area shape="rect" coords="977,2,1137,53" href="buy.html">
<area shape="rect" coords="1139,2,1299,48" href="cs.html">
</map>
</div>
</header>
<section class="center"></section>
<div class="center">
<footer class="footer"><img src="/images/footer.jpg" alt="" width="1300" height="75" usemap="#Map10"/>
<map name="Map10">
<area shape="rect" coords="906,26,969,56" href="home1.html">
<area shape="rect" coords="1218,26,1299,60" href="contacts.html">
<area shape="rect" coords="993,25,1092,56" href="coinf.html">
<area shape="rect" coords="1109,25,1201,59" href="cs.html">
</map>
</footer>
</div>
</div>
</body>
</html>
답변 1
<iframe src="http://pinocchiotoy.com/gnuboard5/"
width="1300" height="1500" frameborder="0" scrolling="auto"
marginwidth="0" marginheight="0">