게시판 스킨설치 후 줄이 좀 안맞습니다...

· 2012-01-15 (일) 23:33:23 · 913 · 5
제목 없음.GIF
게시판 스킨설치 후 줄이 좀 안맞습니다...
글쓴이,날짜 줄이 옆으로 비켜져 있네요...
JS빌더를 쓰고잇는데 처음설치가 된 기본게시판을 적용하면 괜찮은데 스킨을 다른걸 적용하면 이렇게 나오네요...ㅠㅠ
그리고 날짜부분도 한줄로 안나오고 두줄로 나오네요...
수정을 어디서 하나요?

첨부파일

제목 없음.GIF (12.6 KB)
0회 2012-01-15 23:33
|

댓글 5개

js빌더는 사용안해봐서 정확히는 모르겠는데...
통상적으로 저런부분은 해당스킨 list.skin.php에서 수정하면 될것 같아요..
2012-01-15 (일) 23:50:14
아래부분인거 같은데 어디를 어떻게 해야 하나요?ㅠㅠ
제가 문외한이라서....ㅠㅠ

<!-- 제목 -->
<form name="fboardlist" method="post">
<input type='hidden' name='bo_table' value='<?=$bo_table?>'>
<input type='hidden' name='sfl' value='<?=$sfl?>'>
<input type='hidden' name='stx' value='<?=$stx?>'>
<input type='hidden' name='spt' value='<?=$spt?>'>
<input type='hidden' name='page' value='<?=$page?>'>
<input type='hidden' name='sw' value=''>

<table cellspacing="0" cellpadding="0" class="board_list">
<col width="50" />
<? if ($is_checkbox) { ?><col width="40" /><? } ?>
<col />
<col width="110" />
<col width="40" />
<col width="50" />
<? if ($is_good) { ?><col width="40" /><? } ?>
<? if ($is_nogood) { ?><col width="40" /><? } ?>

<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><?=subject_sort_link('wr_datetime', $qstr2, 1)?>날짜</a></th>
<th><?=subject_sort_link('wr_hit', $qstr2, 1)?>조회</a></th>
<? if ($is_good) { ?><th><?=subject_sort_link('wr_good', $qstr2, 1)?>추천</a></th><?}?>
<? if ($is_nogood) { ?><th><?=subject_sort_link('wr_nogood', $qstr2, 1)?>비추천</a></th><?}?>
</tr>
2012-01-15 (일) 23:55:55
<col width="50" />
<? if ($is_checkbox) { ?><col width="40" /><? } ?>
<col />
<col width="110" />
<col width="40" />
<col width="50" />

이걸 봅시다.

맨위 <col width="50" /> 는 <th>번호</th> 에 대응하구요.
<? if ($is_checkbox) { ?><col width="40" /><? } ?> 는 <? if ($is_checkbox) { ?><th><input onclick="if (this.checked) all_checked(true); else all_checked(false);" type="checkbox"></th><?}?> 이거에 대응합니다.

그럼 마찬가지로

<col width="40" /> 는 <th><?=subject_sort_link('wr_datetime', $qstr2, 1)?>날짜</a></th> 에 대응하겠죠.

width="40" 을 넉넉 잡아서 width="55px"로 고쳐보세요.
귀찮으면 날짜 출력되는 td에 그냥 nowrap=nowrap 넣으세요
2012-01-16 (월) 13:15:20
감사합니다...수정되었습니다..^^
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
12-01-16 조회 1,025
12-01-16 조회 6,179
12-01-16 조회 1,040
12-01-15 조회 1,005
12-01-15 조회 914
12-01-15 조회 1,634
12-01-15 조회 922
12-01-15 조회 1,376
12-01-15 조회 1,150
12-01-15 조회 1,015
12-01-15 조회 2,730
12-01-15 조회 1,046
12-01-15 조회 1,206
12-01-15 조회 1,627
12-01-15 조회 1,980
12-01-15 조회 960
12-01-15 조회 1,112
12-01-15 조회 1,726
12-01-14 조회 1,049
12-01-14 조회 1,678