최근게시물 줄간격 어떻게 늘리나요?? 정보
최근게시물 줄간격 어떻게 늘리나요??본문
안녕하세요 ^^
오늘은 날씨가 많이 덥네요 ㅎㅎ
다름이 아니라 최근게시물 스킨을 다운 받았는데
게시물 줄 간격이 너무 다닥다닥 붙어 있어서 답답해 보이는데 늘리는 방법을 모르겠어요 ^^;
어딜 손봐야 할지;;; 혹시 아시는 분 답변 부탁드립니다~~ ^^
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=400 cellpadding=0 cellspacing=0>
<colgroup width=14>
<colgroup>
<colgroup width=37>
<colgroup width=14>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=2 align=center valign="top">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="<?=$latest_skin_path?>/img/arrow.gif">
<?
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;'><strong>{$list[$i][subject]}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$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>";
echo " " . $list[$i][icon_new];
?></td>
</tr>
<tr>
<td background="<?=$latest_skin_path?>/img/line_bg.gif" width="10" height="1"></td>
</tr>
</table> </td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=2 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
오늘은 날씨가 많이 덥네요 ㅎㅎ
다름이 아니라 최근게시물 스킨을 다운 받았는데
게시물 줄 간격이 너무 다닥다닥 붙어 있어서 답답해 보이는데 늘리는 방법을 모르겠어요 ^^;
어딜 손봐야 할지;;; 혹시 아시는 분 답변 부탁드립니다~~ ^^
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=400 cellpadding=0 cellspacing=0>
<colgroup width=14>
<colgroup>
<colgroup width=37>
<colgroup width=14>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=2 align=center valign="top">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="<?=$latest_skin_path?>/img/arrow.gif">
<?
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;'><strong>{$list[$i][subject]}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$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>";
echo " " . $list[$i][icon_new];
?></td>
</tr>
<tr>
<td background="<?=$latest_skin_path?>/img/line_bg.gif" width="10" height="1"></td>
</tr>
</table> </td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=2 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
댓글 전체
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=2 align=center valign="top"> <---- 이부분 높이를 주시거나
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="<?=$latest_skin_path?>/img/arrow.gif"> <-- 여기 높이 지정
<?
위에 td부분에 높이 지정해주시면 될거예요~
<tr>
<td colspan=2 align=center valign="top"> <---- 이부분 높이를 주시거나
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="<?=$latest_skin_path?>/img/arrow.gif"> <-- 여기 높이 지정
<?
위에 td부분에 높이 지정해주시면 될거예요~
되네요~~ ㅎㅎ 감사합니다 ^^