스킨 수정 부탁드립니다. 정보
스킨 수정 부탁드립니다.본문
<?
if (!defined("_GNUBOARD_")) exit; //
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<table width=100% cellpadding=0 cellspacing=0 style="border-collapse:collapse;" style="border-top-width:0; border-right-width:0; border-bottom-width:0; border-left-width:0; border-top-color:rgb(181,181,181); border-right-colorrgb(181,181,181); border-bottom-color:rgb(181,181,181); border-left-color:rgb(181,181,181); border-style:solid;">
<colgroup width=14>
<colgroup>
<colgroup width=37>
<colgroup width=14>
<tr>
<td width="100%" style="border-width:0; border-color:black; border-style:solid;">
<table width=0 border=0>
<tr>
<?
for ($i=0; $i<count($list); $i++)
{
if ($i > 0)
echo '';
$title = get_text($list[$i][wr_subject]);
$content = cut_str(get_text($list[$i][wr_content]), 80);
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$latest_skin_path/img/no_image.gif";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table";
echo <<<HEREDOC
<td width='0' valign='top' align=''>
<table width='0' border='0' cellpadding='0' cellspacing='0' align=''>
<tr>
<td width='0' height='0' align=''>
<div style='width:0px;height:0px;border:1px solid #CCCCCC;padding:3px' align=''>
<a href='$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}'><img src='{$img}' width='86' height='86' border='0' align='absmiddle' title='$title'></a>
</div>
</td>
</tr>
</table>
</td>
HEREDOC;
}
?>
</tr>
</table>
<? if (count($list) == 0) { ?>아직 없습니다.<? } ?>
</tr>
</table>
이미지 최근게시물인데요 현재는 ↔옆으로 보여주거든요 이걸 ↓아래로 보여주려면 어떻게 해야 하나요?
if (!defined("_GNUBOARD_")) exit; //
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<table width=100% cellpadding=0 cellspacing=0 style="border-collapse:collapse;" style="border-top-width:0; border-right-width:0; border-bottom-width:0; border-left-width:0; border-top-color:rgb(181,181,181); border-right-colorrgb(181,181,181); border-bottom-color:rgb(181,181,181); border-left-color:rgb(181,181,181); border-style:solid;">
<colgroup width=14>
<colgroup>
<colgroup width=37>
<colgroup width=14>
<tr>
<td width="100%" style="border-width:0; border-color:black; border-style:solid;">
<table width=0 border=0>
<tr>
<?
for ($i=0; $i<count($list); $i++)
{
if ($i > 0)
echo '';
$title = get_text($list[$i][wr_subject]);
$content = cut_str(get_text($list[$i][wr_content]), 80);
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$latest_skin_path/img/no_image.gif";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table";
echo <<<HEREDOC
<td width='0' valign='top' align=''>
<table width='0' border='0' cellpadding='0' cellspacing='0' align=''>
<tr>
<td width='0' height='0' align=''>
<div style='width:0px;height:0px;border:1px solid #CCCCCC;padding:3px' align=''>
<a href='$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}'><img src='{$img}' width='86' height='86' border='0' align='absmiddle' title='$title'></a>
</div>
</td>
</tr>
</table>
</td>
HEREDOC;
}
?>
</tr>
</table>
<? if (count($list) == 0) { ?>아직 없습니다.<? } ?>
</tr>
</table>
이미지 최근게시물인데요 현재는 ↔옆으로 보여주거든요 이걸 ↓아래로 보여주려면 어떻게 해야 하나요?
댓글 전체

HEREDOC;
이넘아를
HEREDOC;
<br />
요로쿠럼 바꾸어 보심이..
이넘아를
HEREDOC;
<br />
요로쿠럼 바꾸어 보심이..