답변 4개
가능합니다. list.skin.php 파일에서 각 td 에 class 값을 주고
게시판 스킨에 있는 css 파일에 추가해서 조절하면 될 겁니다.
아마 기존에 있던 css 파일을 보면 class 부분 있을 것 같은데 참고해서 같은 방법으로 추가해서 수치 조절하면 됩니다.
스킨마다 좀 다를 텐데 예를 들면 이렇습니다.
http://gnustudy.com/bbs/board.php?bo_table=skin_board&wr_id=12">http://gnustudy.com/bbs/board.php?bo_table=skin_board&wr_id=12
댓글을 작성하려면 로그인이 필요합니다.
기본 스킨 가정하에
<th width="115" scope="col">제목</th>
<th width="126" scope="col">글쓴이</th>
<th width="45" scope="col"><?php echo subject_sort_link('wr_datetime', $qstr2, 1) ?>날짜</a></th>
<th width="45" scope="col"><?php echo subject_sort_link('wr_hit', $qstr2, 1) ?>조회</a></th>
<?php if ($is_good) { ?><th width="45" scope="col"><?php echo subject_sort_link('wr_good', $qstr2, 1) ?>추천</a></th><?php } ?>
<?php if ($is_nogood) { ?><th width="59" scope="col"><?php echo subject_sort_link('wr_nogood', $qstr2, 1) ?>비추천</a></th><?php } ?>
이런식으로 width="원하는값" 이런식으로 값을 지정해보세요
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
위와같이 해보았는데 변화가없어요 ㅜㅜ