최근게시물에서 행간조절 어떻게하는건가요?? 급해요..ㅠㅠ
첨부파일에 내용 첨부했어요.. 처음에는 스킨이 그런건줄 알았는데
어떤거를 해봐도 마찬가지네요... 스킨을 수정해보려고해도 행간부분이 안나와있는거같아서..
어떻게 해야하는지 방법아시는분 전수좀 부탁드려요~~
첨부파일
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 5개
스킨은 어떤 스킨을 해도 똑같은 현상이 나와서요..
스킨php파일안에 찾아봤는데 style부분이 없어요
제가 임의로 넣어줘야하는건가요
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><table width="100%" cellpadding="0" cellspacing="0">
<colgroup width="1">
</colgroup>
<colgroup>
</colgroup>
<colgroup width="1">
</colgroup>
<colgroup width="1">
<!-- <tr>
<td><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong></td>
<td background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr> -->
<!-- 최신글 제목 -->
</colgroup>
<!-- 최신글 목록 -->
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td height="26" align="left" valign="top"><table width="95%">
<tr>
<td height="15">
<?
//날짜표시
$date1 = substr($list[$i][datetime],0,10); //날짜표시형식변경
$date = explode("-", $date1);
$year = $date[0];
$month = $date[1];
$day = $date[2];
$latest_date = $month."/".$day."";
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'>[{$latest_date}] <strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>[{$latest_date}] {$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
echo " " . $list[$i]['icon_new'];
echo " " . $list[$i]['icon_file'];
echo " " . $list[$i]['icon_link'];
echo " " . $list[$i]['icon_hot'];
echo " " . $list[$i]['icon_secret'];
?></td>
</tr>
<!-- <tr><td bgcolor=#EBEBEB height=1></td></tr> -->
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?>
<tr>
<td height="50" align="center"> </td>
</tr>
<? } ?>
</table></td>
</tr>
</table>
지금 쓰고있는 스킨 내용입니다
답변이 없네요 ㅠㅠ
<tr>
<td height="15">
이부분에서ㅓ height값을 줄여보세요.