상단에 여백부분문제입니다. 정보
상단에 여백부분문제입니다.본문
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {color: #FFFFFF}
-->
</style>
head.php에 줘서 여백을 없애 그누보드 이외의 독립된 파일에서는
여백이 없어지는데 이상하게 보드에 걸리기만하면 상단부분에 여백이 생기네요,
무슨 문제일까요,
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {color: #FFFFFF}
-->
</style>
head.php에 줘서 여백을 없애 그누보드 이외의 독립된 파일에서는
여백이 없어지는데 이상하게 보드에 걸리기만하면 상단부분에 여백이 생기네요,
무슨 문제일까요,
댓글 전체
스킨에 style 정의가 있어서 그런거 아닌지 확인 해 보세요..
스킨에 view.skin.php--list.skin.php
<div style="height:12px; line-height:1px; font-size:1px;"> </div>
height:12px 조정해보세여
<div style="height:12px; line-height:1px; font-size:1px;"> </div>
height:12px 조정해보세여