답변 1개
채택된 답변
+20 포인트
12년 전
1. 오른쪽에 로그인창 없애는 방법
head.php파일에 <div id="aside"> 내용 <div> 부분을 삭제해주세요!
그럼 로그인창은 사리질겁니다. 근데 로그인창만 사라지고 본문에 표시되는 레이어 크기는 조정이 안될겁니다. 그리고 여기 부분을 삭제하시면 전체 페이지에서 사라집니다.
2. 본문 크기를 조정하는 방법
default.css 파일에서 #container 의 width값을 938px로 변경해주세요!
width값을 더 크게 하셔도 됩니다.
head.php파일에 <div id="aside"> 내용 <div> 부분을 삭제해주세요!
그럼 로그인창은 사리질겁니다. 근데 로그인창만 사라지고 본문에 표시되는 레이어 크기는 조정이 안될겁니다. 그리고 여기 부분을 삭제하시면 전체 페이지에서 사라집니다.
<!-- 콘텐츠 시작 { -->
<div id="wrapper">
<!-- 오른쪽에 로그인창 보여주는 부분입니다. 삭제해주세요
<div id="aside">
<?php echo outlogin('basic'); // 외부 로그인 ?>
<?php echo poll('basic'); // 설문조사 ?>
</div>
-->
<div id="container">
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title"><?php echo $g5['title'] ?></div><?php } ?>
<div id="text_size">
<!-- font_resize('엘리먼트id', '제거할 class', '추가할 class'); -->
<button id="text_size_down" onclick="font_resize('container', 'ts_up ts_up2', '');">기본</button>
<button id="text_size_def" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up');">크게</button>
<button id="text_size_up" onclick="font_resize('container', 'ts_up ts_up2', 'ts_up2');">더크게</button>
</div>
2. 본문 크기를 조정하는 방법
default.css 파일에서 #container 의 width값을 938px로 변경해주세요!
width값을 더 크게 하셔도 됩니다.
#container {z-index:4;position:relative;float:left;padding:25px 14px 15px;width:938px;min-height:500px;height:auto !important;height:500px;border:1px solid #cfded8;background:#fff;font-size:1em;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
채택
채택
답변대기
채택
답변대기
채택
답변대기
채택
채택
답변대기
채택
채택
채택
채택
채택
답변대기
채택
채택