타이틀을 없애고 싶습니다. (번호/제목/이름/날짜 등) 정보
타이틀을 없애고 싶습니다. (번호/제목/이름/날짜 등)본문
안녕하세요. 그누보드 초짜인데요^^;
스킨을 수정하던 중에, 혼자 해결되지 않는 부분이 있어서 이렇게 문의드립니다.
스킨은 그누보드4에서 기본 제공되는 basic 스킨을 사용하고 있는데요,
http://hinamaru.cafe24.com/gnuboard4/bbs/board.php?bo_table=missing
현재 :: :: :: 등으로 바꿔둔 부분(타이틀 부분)을 전부 없애고 싶습니다.
list.skin.php 를 열어보니까
<tr>
<th>::</th>
<? if ($is_checkbox) { ?><th><input onclick="if (this.checked)
all_checked(true); else all_checked(false);" type="checkbox"></th><?}?>
<th>::</th>
<th>::</th>
<th>::</th>
</tr>
이런 식으로 되어 있던데요 (:: 부분은 원래 번호/제목/이름/날짜 로 되어 있었습니다)
맨 위에 첨부된 그림파일처럼 하고 싶습니다.
태그를 어떻게 수정하면 될까요?
고수님들의 가르침을 기다리고 있겠습니다.
댓글 전체
스타일시트 (css 파일) 을 찾으셔서 여시고 그에대한 내용을 확인하셔야 할듯합니다.
스타일시트를 여시면 아래와 같은 부분이 있습니다.
.board_list th { border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
위의 소스를
.board_list th { border-bottom:1px solid #ddd; }
으로 고쳐주세요.
수고하세요.
스타일시트를 여시면 아래와 같은 부분이 있습니다.
.board_list th { border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
위의 소스를
.board_list th { border-bottom:1px solid #ddd; }
으로 고쳐주세요.
수고하세요.
안녕하세요.
말씀하신대로 스타일시트를 열어봤는데 th 부분이 보이지 않네요. ㅠ_ㅠ 이녀석이 어디로 갔을까요. ㅠ_ㅠ
-> 다시 확인해보니까 수정해주셨네요. 저도 다시 해보겠습니다!
말씀하신대로 스타일시트를 열어봤는데 th 부분이 보이지 않네요. ㅠ_ㅠ 이녀석이 어디로 갔을까요. ㅠ_ㅠ
-> 다시 확인해보니까 수정해주셨네요. 저도 다시 해보겠습니다!
네^^;; 글을 다시 보니 url이 있어서요^^;;
해당 부분 수정하시면 바뀔겁니다 ^^;
해당 부분 수정하시면 바뀔겁니다 ^^;
저는 스타일시트가 아니라 list.skin.php 에 있더라구요.
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list th { font-weight:bold; font-size:12px; }
.board_list th { background:url(<?=$board_skin_path?>/img/title_bg.gif)
repeat-x; }
.board_list th { white-space:nowrap; height:34px; overflow:hidden; text-
align:center; }
.board_list th { border-bottom:1px solid #ddd; }
이렇게 바꿔놓고,
<tr>
<th></th>
<? if ($is_checkbox) { ?><th><input onclick="if (this.checked)
all_checked(true); else all_checked(false);" type="checkbox"></th><?}?>
<th></th>
<th></th>
<th></th>
</tr>
요렇게 했더니;;; 원글에서 첨부했던 이미지처럼;;; 두 줄이 다 사라져버렸습니다. 으하하ㅠㅠㅠㅠ 어디가 잘못된 걸까요. ;ㅁ;
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list th { font-weight:bold; font-size:12px; }
.board_list th { background:url(<?=$board_skin_path?>/img/title_bg.gif)
repeat-x; }
.board_list th { white-space:nowrap; height:34px; overflow:hidden; text-
align:center; }
.board_list th { border-bottom:1px solid #ddd; }
이렇게 바꿔놓고,
<tr>
<th></th>
<? if ($is_checkbox) { ?><th><input onclick="if (this.checked)
all_checked(true); else all_checked(false);" type="checkbox"></th><?}?>
<th></th>
<th></th>
<th></th>
</tr>
요렇게 했더니;;; 원글에서 첨부했던 이미지처럼;;; 두 줄이 다 사라져버렸습니다. 으하하ㅠㅠㅠㅠ 어디가 잘못된 걸까요. ;ㅁ;
/title_bg.gif 이미지가 그렇게 생긴걸겁니다.
말씀하신대로 해서 이미지 가지고 실험해보니까 됐어요!!!! ㅠㅠㅠㅠㅠ 드디어 해냈어요!!!!!! ㅠㅠㅠㅠㅠㅠ 으어어엉ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ 두분 다 감사합니다!!!! ㅠㅠㅠㅠㅠㅠㅠ