스킨 파일 중 아래 부분을 수정한다.
(기본 스킨 coolant에 해당함.)
- index.xml (한 부분)
<contentWidth>800</contentWidth>
- style.css (두 부분) - contentColumn이 커지는 만큼 container의 값도 키워준다.
#container
{
width: 1121px;
margin: 0 auto;
}
#contentColumn
{
float: left;
width: 810px;
overflow: hidden;
}
- 아래와 같이 800px width값을 가지는 이미지도 외곡없이 볼 수 있다.

Posted by 나현재


