게시판 줄간격을 줄이고 싶은데요.
본문
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table>
<thead>
<tr>
<th scope="col">제목</th>
<th scope="col">작성자</th>
</tr>
</thead>
<tbody>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td ><a href="<?=$list[$i]['href']?>"><?=$list[$i]['subject']?></a></td>
<td class="align_cen"><?=$list[$i]['wr_name']?></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td height="10">작성된 게시물이 없습니다.</td>
<td></td></tr><? } ?>
</tbody>
</table>
제가 진짜 쌩초보라서 하나도 모르겠는데 자꾸 줄간격 줄이고
게시판 위치를 옮기라고 하셔서 이쪽저쪽 도움청해봅니다.
어떻게 해야하나요ㅠㅠ 여기서 하면 된다고 하던데..