답변 3개
두개의 th가 없어서 그런거같은데요
<th scope="col">장비명</th>
<th scope="col">지 역</th>
<th scope="col">전화번호</th>
<th scope="col">업체명</th>
<th scope="col">작성일</th>
<th scope="col">조회수</th>
작성일가 조회수가 출력되지 않길 원한다면
for문에서
<td class="td_date"><?php echo $list[$i]['datetime2'] ?></td>
<td class="td_num"><?php echo $list[$i]['wr_hit'] ?></td>
이부분을 지워주세요
댓글을 작성하려면 로그인이 필요합니다.
쉬운 따라하기
1. <th>업체명</th> 찾아서 그다음 <th> 2개 삭제
2.<td> 같은 부분 찾아서 삭제
3.<td style="width:50%;">제목</td> 정도로 다른 td들과 적당히 조절
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
그런데, td는 전혀 안들어 있네요.
<th scope="col">
<label for="chkall" class="sound_only">현재 페이지 게시물 전체</label>
<input type="checkbox" id="chkall" onclick="if (this.checked) all_checked(true); else all_checked(false);">
</th>
<?php } ?>
<th scope="col">제 목</th>
<th scope="col">장비명</th>
<th scope="col">지 역</th>
<th scope="col">전화번호</th>
<th scope="col">업체명</th>
<?php if ($is_good) { ?><th scope="col"><?php echo subject_sort_link('wr_good', $qstr2, 1) ?>추천</a></th><?php } ?>
<?php if ($is_nogood) { ?><th scope="col"><?php echo subject_sort_link('wr_nogood', $qstr2, 1) ?>비추천</a></th><?php } ?>
</tr>
</thead>