초보 질문드립니다.
본문
사이트 주소: http://generate0713.dothome.co.kr/
!-->
그누보드4 전체적인 스킨을 변경하는 작업을 했는데 홈페이지 접속 페이지와 게시판 페이지의 푸터가 다르게 나타납니다.
사이트를 보고 독학으로 하다 보니 이 부분을 해결 못 하고 있습니다.
고수님의 가르침을 받고자 합니다.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>무제 문서</title>
</head>
<style type="text/css">
body{margin:0; padding:0;}
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:9pt; color:#222222; }
form { margin:0px; }
img {border:0px;}
a:link, a:visited, a:active { text-decoration:none; color:#466C8A; }
a:hover { text-decoration:underline; }
a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#454545; }
a.menu:hover { text-decoration:none; }
.member {font-weight:bold;color:#888888;}
.guest {font-weight:normal;color:#888888;}
.lh { line-height: 150%; }
.jt { text-align:justify; }
.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }
.ul { list-style-type:square; color:#66AEAD; }
.ct { font-family: Verdana, 굴림; color:#222222; }
.ed { border:1px solid #CCCCCC; }
.tx { border:1px solid #CCCCCC; }
.small { font-size:8pt; font-family:돋움; }
.cloudy, a.cloudy {color:#888888;} /* 흐림 */
input.ed { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed_password { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; font:10px Tahoma; }
textarea.tx { border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:2px; }
/*-----------------------------------------------------------------------------------------------------------------------------*/
#wrap{
width:100%;
text-align:center;
}
.clear{
clear:both;
}
.empty1{
width:100%;
height:30px;
}
.empty2{
width:100%;
height:50px;
}
#top-area{
width:100%;
height:56px;
border-top:4px solid #337296;
border-bottom:2px solid #e7e7e7;
background-color:#f2f2f2;
}
#logo-area{
width:1080px;
height:135px;
margin:0 auto;
background-color:#FFF;
}
#menu-area{
width:1080px;
height:55px;
margin:0 auto;
border-bottom:1px solid #222222;
background-color:#19232d;
}
#mainvisual-area{
width:100%;
height:395px;
border-top:2px solid #e7e7e7;
border-bottom:2px solid #e7e7e7;
background-color:#f2f2f2;
}
#index-area{
width:1080px;
height:1000px;
margin:0 auto;
background-color:#FFF;
}
#index-left{
width:348px;
height:1000px;
float:left;
margin-right:7px;
background-color:#f2f2f2;
}
#index-right{
width:725px;
height:1000px;
float:right;
background-color:#f2f2f2;
}
#sitemap-area{
width:100%;
height:275px;
background-color:#19232d;
}
#copyright-area{
width:100%;
height:50px;
background-color:#111a21;
}
</style>
<body>
<div id="wrap">
<div id="top-area"></div>
<div id="logo-area">MINHEEHOME</div>
<div id="menu-area"></div>
<div class="empty1"></div>
<div id="mainvisual-area"></div>
<div class="empty2"></div>
<div id="index-area">
<div id="index-left">왼쪽</div>
<div id="index-right">오른쪽</div>
</div>
<div class="clear"></div>
<div class="empty2"></div>
<div id="sitemap-area"></div>
<div id="copyright-area"></div>
</div>
</body>
</html>
!-->
답변을 작성하시기 전에 로그인 해주세요.