관리자화면 "시스템 설정" 클릭시 오류 발생 후 해결. Attempt to assign property "site_srl" on array" in modules/module/module.model.php on line 157 hatali 25.12.26 0 0
댓글 3
#wrap {width:980px;margin:0 auto}
이런 식으로 하시면 됩니다.
body, html {
width: 가로넓이%;
height: 100%;
margin: 0 auto;
}
했습니다.