메인페이지에 스크롤 2개면 에러? 정보
메인페이지에 스크롤 2개면 에러?본문
메인페이지에 스크롤 최신글 2개를 만들었더니 하나는 안나와 버리네요.
이유를 아시는 분 계시나요?
그럼 해결책도 부탁드려요....
첫번째
두번째
첫번째것이 안나와버리네요...
두번째 것 지우면 첫번째가 다시 나옵니다.
댓글 전체
어떻게....적용 하셨는지도 남겨 보세요. 너무 숨기면 답을 얻지 못할 경우가 많습니다.
메인소스입니다.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="0"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<?=latest("ssh_garo_scroll", "shop", 10, 70);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="0"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<?=latest("steel_scroll", "shop1", 2, 20);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<?
include_once("./_tail.php");
?>
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="0"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<?=latest("ssh_garo_scroll", "shop", 10, 70);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="0"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<?=latest("steel_scroll", "shop1", 2, 20);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<?
include_once("./_tail.php");
?>