주제: 스킨문제입니다.. 이미지 넓게 쓸려고합니다.
현제 검색을 해보아도 해결되지가않습니다..
우선 기본인..standard 로 해보았습니다..스킨폴더에 커스텀에있는걸 수정했고요..
css 파일은 이렀게 고쳤습니다
#container {
width:940px;
border:1px solid #bbb;
margin:30px auto;
padding:10px;
background-color:#fff;
}
#header {
padding:0 10px 0 20px;
background-color:#7870ab;
margin-bottom:8px;
min-height:90px;
}
#content {
float:left;
width:740px;
overflow:hidden;
}
#sidebar {
float:right;
width:190px;
}
#footer {
clear:both;
padding:20px 0 0 0;
}
index.xml파일도
<contentWidth>700</contentWidth>
이렀게 고쳤고요..ㅠㅠ
않되서 -_-;; 본 스킨파일도 수정해보았고요 캐쉬 지우고도 해봤습니다..
그래도 짤려나오네요.ㅠㅠ
c 입니다......
확인부탁드립니다..