줄을 지우고 싶은데 안 지워집니다. 부탁드립니다.
본문
안녕하세요. 고수분의 도움이 절실합니다 ^^;;
여기 보시면 최근 게시물 밑에 한 줄이 생깁니다. 밑의 빨간색 박스 부분입니다.
이걸 꼭 지우고 싶은데 어떻게 방법이 없을까요??
줄이 들어갈만한 문구는 제가 아무리 찾아도 보이지 않습니다.
메인 페이지 주소
http://guitarbong.ivyro.net/index.php
최근 게시물 스킨 주소
http://guitarbong.ivyro.net/gnuboard4/skin/latest/basic/latest.skin.php
<index 파일>
<?
</html>
include_once("./gnuboard4/common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<script src="jquery-latest.min.js" type="text/javascript"></script>
<script src="script.js"></script>
<title>삼송동물의료센터</title>
</head>
<body bgcolor="#FFFFFF" background="images/index_bg2.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table align="center" width="1100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="images/index_01.jpg" width="1100" height="78" alt=""></td>
</tr>
<tr>
<td width="30" height="44"></td>
<td width="200" height="44"><?php include("./menu.php"); ?>
</td>
</tr>
</table>
<table align="center" width="1100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/index_03.jpg" width="395" height="462" alt=""></td>
<td><img src="images/index_04.jpg" width="590" height="462" alt=""></td>
<td><img src="images/index_05.jpg" width="115" height="462" alt=""></td>
</tr>
</table>
<table align="center" width="1100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="344" valign="top"><table id="bar1" width="344" height="291" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td><img src="images/index_bar1_01.jpg" width="68" height="53" alt=""></td>
<td><img src="images/index_bar1_02.jpg" width="276" height="53" alt=""></td>
</tr>
<tr valign="top">
<td><img src="images/index_bar1_03.jpg" width="68" height="100" alt=""></td>
<td valign="top"><?=latest("basic", "news", 5, 30);?></td>
</tr>
<tr>
<td><img src="images/index_bar1_05.jpg" width="68" height="34" alt=""></td>
<td><img src="images/index_bar1_06.jpg" width="276" height="34" alt=""></td>
</tr>
<tr>
<td><img src="images/index_bar1_07.jpg" width="68" height="104" alt=""></td>
<td valign="top"><?=latest("basic", "news", 5, 30);?></td>
</tr>
</table></td>
<td width="287" valign="top"><table id="Table_" width="287" height="291" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><img src="images/index_bar2_01.jpg" width="287" height="53" alt=""></td>
</tr>
<tr>
<td width="21" valign="top"></td>
<td width="266" valign="top"><?=latest("basic", "news", 5, 28);?></td>
</tr>
<tr>
<td colspan="2"><img src="images/index_bar2_03.jpg" width="287" height="34" alt=""></td>
</tr>
<tr>
<td colspan="2"><img src="images/index_bar2_04.jpg" width="287" height="104" alt=""></td>
</tr>
</table></td>
<td width="469" valign="top"><table id="Table_01" width="469" height="291" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/index_bar3_01.jpg" width="469" height="53" alt=""></td>
</tr>
<tr>
<td><img src="images/index_bar3_02.jpg" width="469" height="100" alt=""></td>
</tr>
<tr>
<td><img src="images/index_bar3_03.jpg" width="469" height="34" alt=""></td>
</tr>
<tr>
<td><img src="images/index_bar3_04.jpg" width="469" height="104" alt=""></td>
</tr>
</table></td>
</tr>
</table>
<table align="center" width="1100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/bottom.jpg" width="1100" height="85" alt=""></td>
</tr>
</table>
</body>
</html>
<latest_skin.php>
<?
?>
<style type="text/css">
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #777;
}
a:hover {
text-decoration: underline;
color: #777;
}
a:active {
text-decoration: none;
color: #777;
}
a {
font-size: 12px;
color: #777;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
<table width='100%' cellpadding='0' cellspacing='0'>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan='4' align='left'><table width='98%'>
<tr>
<td style='font-size:11px;color:777;'><?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:12px; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:12px; 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:12px; color:#777;'>{$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>
<td width='80' align='left' style='font-size:12px;color:777;'><?php echo $list[$i]['datetime']; ?></td></tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>