검은 라인때문에 ㅠㅜ
위 사이트 가보시면 검은라인이 생기는 것은 보실 수 있습니다..
저번에도 이거에 대한 질문을 올려 검은색을 흰색으로 바꾸긴 해봤지만 이것 보다도 다른 방법을 찾고 있습니다..
색을 바꾸기보단 아예 없어졌으면 좋겠습니다....
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 5개
style.css 파일을 확인해보시거나 아니면 스타일시트 적용되어있는걸 확인해 보셔서 조치를 하시는게 나을듯 싶습니다.
head.php파일 아닌거 같구요.
아니면 <body topmargin="0" leftmargin="0" > 가 2번들어간것 같습니다. 거기서 그렇게 되었을것도 같은데요.
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:9pt; color:#222222; }
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;} /* 흐림 */
<!-- 로그인 전 외부로그인 시작 --><style type="text/css">
<!--
body {
margin-top: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}
-->
</style>
이부분 빼보고요 안되면...
아예 스타일시트를 빼보고, 일단 의심가는 것 주석처리 해보고 찾아보세요.
head_sub.php안에 <body>가 들어가니까 head.php에는 <body>가 필요 없는 거 같은데요..