테스트 사이트 - 개발 중인 베타 버전입니다

로그인창

· 12년 전 · 735 · 1
그누보드 만들면 오른쪽에 로그인창 있는데 그거 어떻게 없애나요?

그리고 가운데 최신글 나오는 곳이나 위에 head 부분 프레임? 크기를 크게 할순 없나요?

그리고 메뉴를 그냥 일반 한글로 뜨는게 아닌 이미지 아이콘을 써서 띄우려면 어떻게 해야 할까요?

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 1개

1. 오른쪽에 로그인창 없애는 방법
head.php파일에 <div id="aside"> 내용 <div> 부분을 삭제해주세요!
그럼 로그인창은 사리질겁니다. 근데 로그인창만 사라지고 본문에 표시되는 레이어 크기는 조정이 안될겁니다. 그리고 여기 부분을 삭제하시면 전체 페이지에서 사라집니다.
[code]
<!-- 콘텐츠 시작 { -->
<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>
[/code]

2. 본문 크기를 조정하는 방법
default.css 파일에서 #container 의 width값을 938px로 변경해주세요!
width값을 더 크게 하셔도 됩니다.
[code]
#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}
[/code]

게시글 목록

번호 제목
4184
4181
4180
4169
4155
4154
4153
4148
4147
4140
4133
4126
4125
4124
4123
4121
4120
4116
4108
4106