::: 가운데 부분(index)을 알려 주세요 :::

<?
$g4_path="./gnuboard4";
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/latest.lib.php");

$g4[title] = "완도관광 및 여행안내";
include_once("$g4[path]/head.php");
?>

<!-- 메인화면 최신글 시작 -->
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>

<?=latest("sygnus_bubble", happy, 5, 70);?>

<table border="1">
<tr>
<td><?=latest("basic", happy, 5, 80);?></td>
<td><?=latest("basic", meeting, 5, 80);?></td>
</tr>
<tr>
<td><?=latest("basic", notice, 5, 80);?></td>
<td><?=latest("basic", test, 5, 80);?></td>
</tr>
<tr>
<td colspan="2"><?=latest("basic", photo, 5, 80);?></td>
</tr>
</table>


</td></tr></table>
<!-- 메인화면 최신글 끝 -->

<?
include_once("$g4[path]/tail.php");
?>



http://wando.info/에서
1. 이렇게 하였는데 가운데 넓이를 어디에서 조정하는지요
2. 그리고 하단에는 갤러리 보드인데 글이 나옵니다.
그림이 출력될 수 있도록 하는 방법을 부탁드립니다.
|

댓글 4개

<tr>
<td width="50%" align="center" valign="top"><?=latest("basic", happy, 5, 80);?></td>
<td width="50%" align="center" valign="top"><?=latest("basic", meeting, 5, 80);?></td>
</tr>
이렇게 함해보세요..그리고 갤러리 최신글을 다운받아서 업로드 시키세요.
안녕하십니까
현재 상태는

<?
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>

<?=latest("sygnus_bubble", happy, 5, 70);?>

<table border="0">
<tr>
<td width="50%" align="center" valign="top"><?=latest("basic", happy, 5, 80);?></td>
<td width="50%" align="center" valign="top"><?=latest("basic", meeting, 5, 80);?></td>
</tr>


<tr>
<td width="50%" align="center" valign="top"><?=latest("basic", notice, 5, 80);?></td>
<td width="50%" align="center" valign="top"><?=latest("basic", test, 5, 80);?></td>
</tr>

<tr>
<td width="100%" align="center" valign="top" colspan="2"><?=latest("basic", photo, 5, 80);?></td>
</tr>
</table>


</td></tr></table>
<!-- 메인화면 최신글 끝 -->

<?
include_once("./_tail.php");
?>

님이 가르쳐 주신데로 하였는데
동일한 내용으로 출력이 됩니다.

다시한번 조언을 부탁드립니다.

http://wando.info
늘 평안하시고 좋은 일이 가득하길...
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="50%" align="center" valign="top"><?=latest("basic", happy, 5, 80);?></td>
<td width="50%" align="center" valign="top"><?=latest("basic", meeting, 5, 80);?></td>
</tr>
넘 감사드립니다.
이제
조금을 알 것 같아요.
그누보드에 많은 자들이 서로가 찾아서 가르쳐 주실려는 성의에 놀랍습니다.
누가 이런 힘을 주었는지....

너무 감사해요
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
20년 전 조회 1,681
20년 전 조회 1,517
20년 전 조회 1,643
20년 전 조회 2,609
20년 전 조회 1,665
20년 전 조회 1,514
20년 전 조회 1,535
20년 전 조회 2,175
20년 전 조회 1,944
20년 전 조회 1,632
20년 전 조회 1,523
20년 전 조회 1,572
20년 전 조회 2,000
20년 전 조회 1,601
20년 전 조회 1,580
20년 전 조회 2,042
20년 전 조회 1,726
20년 전 조회 1,510
20년 전 조회 1,520
20년 전 조회 1,554
🐛 버그신고