도와주세요~

<tr>
<td height="50" align="center" valign="top"> <?=latest('lonely', 'notice', 4, 39);?><img src="../image/evenbn.jpg" /></td>
</tr>

이렇게 공지사항 최신글 가져오는거랑 그 오른쪽에 이미지를 넣어야하는데요..
지금 이대로 출력되는 그림을 보면

공지최신글
이--------미-------지

이렇게 출력이 되요 ㅠㅠ 이거를 가로로 출력하려면 어떻게 하죠?

공지최신글 이-------미--------지

이렇게 출력을 하구싶어요 도와주세요~
|

댓글 6개

 <?=latest('lonely', 'notice', 4, 39);?><img src="../image/evenbn.jpg" />



<table>
<tr>
<td><?=latest('lonely', 'notice', 4, 39);?></td>
<td><img src="../image/evenbn.jpg"></td>
</tr>
</table>

로 바꾸세요
국격님 감사한데요~ ㅠㅠ
그렇게 하면 기존에 있던 우측 퀵메뉴가 사라져 버려요 ㅠㅠ
<table>
이걸 빼면 퀵메뉴가 나오구요~ <table> 다시 넣으면 퀵메뉴가 사라져요ㅠㅠ
희안하네요..

<div style="float:left;"><?=latest('lonely', 'notice', 4, 39);?></div>
<div><img src="../image/evenbn.jpg"></div>
로 해보세요.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");

//echo dirname(__FILE__);

define("_INDEX_", TRUE);

$g4[title] = "쉬는공간";
include_once("$g4[path]/head_main.php");
?>

<script language="JavaScript" src="<?=$g4[path]?>/js/shop.js"></script>

<table width=980 cellpadding=0 cellspacing=0 align=center>

<tr>
<td height="2" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="164" height="2" bgcolor="#000000"></td>
<td></td>
</tr>
<tr>
<td height="1" colspan="2" bgcolor="#000000"></td>
</tr>
</table></td>
</tr>
<tr>
<td></td>
</tr>
<tr><Td height="3"></Td></tr>
<table>
<tr>
<td><?=latest('lonely', 'notice', 4, 39);?></td>
<td><img src="../image/evenbn.jpg"></td>
</tr>
</table>


<tr>
<td height="57" align="left" valign="top"><img src="../image/best_head.gif" /></td>

</tr>
<tr>
<td align="left" valign="top"> <?
// 인기상품
$type = 4;
if ($default["de_type{$type}_list_use"])
{
echo "";
display_type(6, $default["de_type{$type}_list_skin"], $default["de_type{$type}_list_mod"], $default["de_type{$type}_list_row"], $default["de_type{$type}_img_width"], $default["de_type{$type}_img_height"]);
}
?>
</td>
</tr>
<Tr><td height="30"></td></tr>
<tr>
<td height="57" align="left" valign="top"><img src="../image/new_head.gif" /></td>
</tr>
<tr>
<td align="left" valign="top"> <?
// 최신상품
$type = 3;
if ($default["de_type{$type}_list_use"])
{
echo "";
display_type($type, $default["de_type{$type}_list_skin"], $default["de_type{$type}_list_mod"], $default["de_type{$type}_list_row"], $default["de_type{$type}_img_width"], $default["de_type{$type}_img_height"]);
}
?></td>
</tr>
<tr>
<td align="left" valign="top" height="50"></td>
</tr>
</table>












<!--팝업창추가-->
<?
include_once("{$g4['path']}/bbs/popup.php");
?>
<!--팝업창추가-->
<?
include "$g4[shop_path]/newwin.inc.php"; // 새창띄우기

include_once("$g4[path]/tail1.php");

이렇게 되있는데요~
죄송하지만 한번 봐주세요~
<tr>
<td>
<table>
<tr>
<td><?=latest('lonely', 'notice', 4, 39);?></td>
<td><img src="../image/evenbn.jpg"></td>
</tr>
</table>
</td>
</tr>

처럼 앞에 <tr><td> 뒤에 </td></tr>를 넣으세요
국경님 너무 감사합니다 ^^
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
15년 전 조회 2,818
15년 전 조회 2,248
15년 전 조회 1,609
15년 전 조회 1,643
15년 전 조회 1,685
15년 전 조회 1,563
15년 전 조회 1,790
15년 전 조회 1,567
15년 전 조회 1,679
15년 전 조회 1,568
15년 전 조회 1,553
15년 전 조회 2,057
15년 전 조회 1,263
15년 전 조회 1,807
15년 전 조회 1,792
15년 전 조회 1,748
15년 전 조회 1,651
15년 전 조회 1,613
15년 전 조회 1,940
15년 전 조회 1,688