최근게시물에서 행간조절 어떻게하는건가요?? 급해요..ㅠㅠ 정보
최근게시물에서 행간조절 어떻게하는건가요?? 급해요..ㅠㅠ본문
댓글 전체
파일 첨부할라고 했더니 수정이 안되네요..;;
스킨은 어떤 스킨을 해도 똑같은 현상이 나와서요..
스킨php파일안에 찾아봤는데 style부분이 없어요
제가 임의로 넣어줘야하는건가요
스킨은 어떤 스킨을 해도 똑같은 현상이 나와서요..
스킨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>
지금 쓰고있는 스킨 내용입니다
답변이 없네요 ㅠㅠ
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>
지금 쓰고있는 스킨 내용입니다
답변이 없네요 ㅠㅠ
<td height="26" align="left" valign="top"><table width="95%">
<tr>
<td height="15">
이부분에서ㅓ height값을 줄여보세요.
<tr>
<td height="15">
이부분에서ㅓ height값을 줄여보세요.
감사합니다~^^