공지사항을 메인화면에 쪼마나케 내 놓고 싶은대요
본문
www.midamcare.co.kr/shk/intro-main.htm 안에 들어갈 내용중에...
<html>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" background="img/gray-4pxdot.gif">
<table width="1000" height="800" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="268" height="800" rowspan="4"><p align="left"><img src="img/1main-banner01.jpg" width="267" height="800" border="0"></p>
</td>
<td width="366" height="40" bgcolor="white" background="img/gray-2pxdot.jpg"><p><img src="img/main-txt01.gif" width="150" height="40" border="0"></p>
</td>
<td width="366" height="40" bgcolor="white" background="img/gray-2pxdot.jpg"><p><img src="img/main-txt02.gif" width="150" height="40" border="0"></p>
</td>
</tr>
<tr>
<td width="366" height="360" bgcolor="white"><p align="center"><iframe name="ifrm1" src="avi.htm" width="366" height="360" frameborder="0" scrolling="no"></iframe></p>
</td>
<td width="366" height="360" bgcolor="white"> <-------------여기가 공지사항 들어갈 자리 ----------->
</td>
</tr>
<tr>
<td width="366" height="40" bgcolor="white" background="img/gray-2pxdot.jpg"><p><img src="img/main-txt03.gif" width="150" height="40" border="0"></p>
</td>
<td width="366" height="40" bgcolor="white" background="img/gray-2pxdot.jpg"><p><img src="img/main-txt04.gif" width="150" height="40" border="0"></p>
</td>
</tr>
<tr>
<td width="366" height="360" bgcolor="white">
<p align="center"><img src="img/main-m02.png" width="366" height="360" border="0"></p>
</td>
<td width="366" height="360" bgcolor="white">
<p align="center"><img src="img/main-m03.png" width="366" height="360" border="0"></p>
</td>
</tr>
</table>
</body>
</html>
음냐 뭐가 잘몬 된건지 당췌 에러만 나오고 제대로 나오질 않네요 그누4에서는 이상 없이 잘 썼는데...
<div style="float:left;<?php echo $lt_style ?>">
<?php
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
// 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);
echo latest("basic", $row['bo_table'], 5, 25);
?>
</div>
<?php
}
?>
이거가 먹히질 않으요 ㅠㅠ
그누5에서는 자꾸 에러만 나오고 공지 사항이 뜨질 않네요
공지사항 주소는 http://www.midamcare.co.kr/shk/gn5/bbs/board.php?bo_table=note
공지사항만 집어 넣으면 레이아웃이 깔끔하게 끝나는데 ,,,, 막판에 이거이 발목을 잡네요 ,,,
답변 2
<html>
</html>
<table width="1000" height="800" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="268" height="800" rowspan="4"><p align="left"><img src="img/1main-banner01.jpg" width="267" height="800" border="0"></p>
</td>
<td width="366" height="40" bgcolor="white" background="img/gray-2pxdot.jpg"><p><img src="img/main-txt01.gif" width="150" height="40" border="0"></p>
</td>
<td width="366" height="40" bgcolor="white" background="img/gray-2pxdot.jpg"><p><img src="img/main-txt02.gif" width="150" height="40" border="0"></p>
</td>
</tr>
<tr>
<td width="366" height="360" bgcolor="white"><p align="center"><iframe name="ifrm1" src="avi.htm" width="366" height="360" frameborder="0" scrolling="no"></iframe></p>
</td>
<td width="366" height="360" bgcolor="white">
<p align="center">
</tr>
<tr>
<td width="366" height="40" bgcolor="white" background="img/gray-2pxdot.jpg"><p><img src="img/main-txt03.gif" width="150" height="40" border="0"></p>
</td>
<td width="366" height="40" bgcolor="white" background="img/gray-2pxdot.jpg"><p><img src="img/main-txt04.gif" width="150" height="40" border="0"></p>
</td>
</tr>
<tr>
<td width="366" height="360" bgcolor="white"><p align="center"><img src="img/main-m02.png" width="366" height="360" border="0"></p>
</td>
<td width="366" height="360" bgcolor="white"><p align="center"><img src="img/main-m03.png" width="366" height="360" border="0"></p>
</td>
</tr>
</table>
</body>
</html>
이렇게 홈페이지 만드시면 공지사항 못불러오세요.
그누보드 설치하고 홈페이지 메인에 새로 만드셔야 합니다.
<? echo latest("basic", "공지사항 게시판 테이블 이름", 5, 25); ?>
이렇게 하셔야 뜰겁니다...
그리고 헤드 상단에
include_once(G5_LIB_PATH.'/latest.lib.php');
최신글 함수를 불러와야 되군요..