그누 고수님~ 높이수정 어떻게하죠..? > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

그누 고수님~ 높이수정 어떻게하죠..? 정보

그누 고수님~ 높이수정 어떻게하죠..?

본문

위 사진에보시면 저 높이 수정하는곳이 있을텐데 어디인지 모르겠습니다.
혹시 아시는분 없을까요..


<!-- 테일 시작 -->
<div id="tail">
 
<script type="text/javascript">

</script>
 
<style type="text/css">
.mw-banner { height:30px; margin:10px 0 0 0; text-align:center; }
.mw-banner span { margin:0 5px 0 5px; }
#mw-site-info { clear:both; text-align:center; margin:0 0 20px 0; padding:10px; color:#555; font-size:8pt; letter-spacing:-1px; }
#mw-site-info .menu { color:#ddd; line-height:25px; }
#mw-site-info .menu a { color:#555; font-size:8pt; letter-spacing:-1px; }
#mw-site-info .d { color:#ddd; margin:0 2px 0 2px; }
#mw-site-info a.site { color:#3173B6; font-size:8pt; letter-spacing:-1px; }
#mw-site-info a:hover { text-decoration:underline; }
</style>
 
 
 
<div id="mw-site-info">
<div class="menu">
<!-- <a href="#">회사소개</a> -->
<span class="d">|</span> <a href="#">이용약관</a>
<span class="d">|</span> <a href="#">개인정보취급방침</a>
<span class="d">|</span> <a target="_self" href="링크주소">책임의한계와 법적고지</a>
<span class="d">|</span> <a href="#">이메일무단수집거부</a>
<span class="d">|</span> <a target="_self" href="링크주소">저작권목록 및 보호요청 </a>
<span class="d">|</span> <a href="#">이용안내</a>
</div>
Copyright ⓒ <a href="http://www.mulim.zc.bz" class="site">www.mulim.zc.bz</a>.
All rights reserved. E-mail : *** 개인정보보호를 위한 이메일주소 노출방지 ***
</div>
 
<script type="text/javascript" src="./js/jquery.js"></script>
<script type="text/javascript" src="./js/jquery.easydrag.js"></script>
<script type="text/javascript">
function mw_popup_layer_close(ly, day) {
if (document.getElementById(ly+"-close-check").checked) {
    set_cookie(ly, 'no', day*24, g4_cookie_domain);
}
$("#"+ly).css('display','none');
}
function mw_popup_win_close(ly, day) {
eval('var mw_popup_win = ' + ly);
if (mw_popup_win.document.getElementById(ly+"-close-check").checked) {
    set_cookie(ly, 'no', day*24, g4_cookie_domain);
}
mw_popup_win.close();
}
function set_cookie(name, value, expirehours, domain) {
    var today = new Date();
    today.setTime(today.getTime() + (60*60*1000*expirehours));
    var cook = name + "=" + escape( value ) + "; path=/; expires=" + today.toGMTString() + ";";
    if (domain) cook += "domain=" + domain + ";";
    document.cookie = cook;
}
</script>
<style type="text/css">
.mw-popup-close-button { background-color:#000; color:#ddd; border:0; cursor:pointer; }
</style>
<script type="text/javascript" src="./js/wrest.js"></script>
 
<!-- 새창 대신 사용하는 iframe -->
<iframe width=0 height=0 name='hiddenframe' style='display:none;'></iframe>
 
 
</body>
</html>

<? //echo "contact: $email"; ?>
</div>

<?
// 팝업창
if (_MW_INDEX_ && !is_member_page()) echo mw_popup();
?>
  • 복사

댓글 전체

변경전..margin:0 0 20px 이부분
#mw-site-info { clear:both; text-align:center; margin:0 0 20px 0; padding:10px; color:#555; font-size:8pt; letter-spacing:-1px; }


변경후..  margin:0 0 0px 이부분
<style type="text/css">
.mw-banner { height:30px; margin:10px 0 0 0; text-align:center; }
.mw-banner span { margin:0 5px 0 5px; }

#mw-site-info { clear:both; text-align:center; margin:0 0 0px 0; padding:10px; color:#555; font-size:8pt; letter-spacing:-1px; }


#mw-site-info .menu { color:#ddd; line-height:25px; }
#mw-site-info .menu a { color:#555; font-size:8pt; letter-spacing:-1px; }
#mw-site-info .d { color:#ddd; margin:0 2px 0 2px; }
#mw-site-info a.site { color:#3173B6; font-size:8pt; letter-spacing:-1px; }
#mw-site-info a:hover { text-decoration:underline; }
</style>
© SIRSOFT
현재 페이지 제일 처음으로