최근게시물을 설치했는데요 정보
최근게시물을 설치했는데요본문
빨간동그라미친 부분은 어떻게 없애나요?
초보라서 소스를 차례되로 지워도 안없어지는데요...
답변부탁드립니다.....(__)
좋은 오후보내세요~~~~~
----------------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style type="text/css">
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:8pt; color:#8d8d8d; line-height: 20px;}
a:link, a:visited, a:active { text-decoration:none; color:#8d8d8d; text-decoration:none;}
a:hover { color:8d8d8d; text-decoration:none;}
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="18" align="left" valign="top"><IMG src="<?=$latest_skin_path?>/img/notice.jpg"></td>
<td width="30" align="right"><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><IMG src="<?=$latest_skin_path?>/img/more.gif"
border=0></a></td>
</tr>
<tr>
<td colspan="2">
<? for ($i=0; $i<count($list); $i++) { ?>
<li>·
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "{$list[$i]['subject']}";
else
echo "{$list[$i]['subject']}";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
?></li><? } ?>
<? if (count($list) == 0) { ?>
게시물이 없습니다.
<? } ?>
</td>
</tr>
</table>
초보라서 소스를 차례되로 지워도 안없어지는데요...
답변부탁드립니다.....(__)
좋은 오후보내세요~~~~~
----------------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style type="text/css">
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:8pt; color:#8d8d8d; line-height: 20px;}
a:link, a:visited, a:active { text-decoration:none; color:#8d8d8d; text-decoration:none;}
a:hover { color:8d8d8d; text-decoration:none;}
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="18" align="left" valign="top"><IMG src="<?=$latest_skin_path?>/img/notice.jpg"></td>
<td width="30" align="right"><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><IMG src="<?=$latest_skin_path?>/img/more.gif"
border=0></a></td>
</tr>
<tr>
<td colspan="2">
<? for ($i=0; $i<count($list); $i++) { ?>
<li>·
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "{$list[$i]['subject']}";
else
echo "{$list[$i]['subject']}";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
?></li><? } ?>
<? if (count($list) == 0) { ?>
게시물이 없습니다.
<? } ?>
</td>
</tr>
</table>
댓글 전체
<li>,</li> <- 이 두가지 태그를 없애세요~
ctrl+f로 첫번째꺼랑 두번째꺼 찾아서 삭제하시면~ 사라질겁니다~
ctrl+f로 첫번째꺼랑 두번째꺼 찾아서 삭제하시면~ 사라질겁니다~
li를 없애니 행이 없어지고 그냥 일렬로 쭉 나오는데요?
3줄이던게 그냥 한줄로 쭉 나옵니다~~~
3줄이던게 그냥 한줄로 쭉 나옵니다~~~
아래 </li>자리에 <br> 넣어주시면 한칸씩 내려갈거에요~
아 감사합니다. 새로운거 배웠네요!!!! 좋은 하루 보내세요~~~