<tr>
<td height="50" align="center" valign="top"> <?=latest('lonely', 'notice', 4, 39);?><img src="../image/evenbn.jpg" /></td>
</tr>
이렇게 공지사항 최신글 가져오는거랑 그 오른쪽에 이미지를 넣어야하는데요..
지금 이대로 출력되는 그림을 보면
공지최신글
이--------미-------지
이렇게 출력이 되요 ㅠㅠ 이거를 가로로 출력하려면 어떻게 하죠?
공지최신글 이-------미--------지
이렇게 출력을 하구싶어요 도와주세요~
<td height="50" align="center" valign="top"> <?=latest('lonely', 'notice', 4, 39);?><img src="../image/evenbn.jpg" /></td>
</tr>
이렇게 공지사항 최신글 가져오는거랑 그 오른쪽에 이미지를 넣어야하는데요..
지금 이대로 출력되는 그림을 보면
공지최신글
이--------미-------지
이렇게 출력이 되요 ㅠㅠ 이거를 가로로 출력하려면 어떻게 하죠?
공지최신글 이-------미--------지
이렇게 출력을 하구싶어요 도와주세요~
댓글 6개
<?
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");
이렇게 되있는데요~
죄송하지만 한번 봐주세요~
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");
이렇게 되있는데요~
죄송하지만 한번 봐주세요~
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기