최신글 질문좀 드립니다
페이지 정보
본문
위의 이미지를 보시면 게시물이 없습니다 주위에 박스 처리를 가로를 더 늘리려면 어디를 수정해줘야 하는지요?
아무리 해도 세로는 늘려지는대 가로는 늘려지지가 않습니다 제가 못하는거겠지만~~
도움좀 부탁드립니다
==================================================================================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<!-- 최신글 제목 -->
<tr><td>
<table width="100%" height="28" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="10"><img src="<?=$latest_skin_path?>/img/not09_box_left.gif" width="10" height="28"></td>
<td background="<?=$latest_skin_path?>/img/not09_box_center.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?=$latest_skin_path?>/img/not06_bullet.gif" width="9" height="9" align="absmiddle">
<strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong> </td>
<td align="right"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/not06_more.gif" width="27" height="5" border="0" align="absmiddle"></a></td>
</tr>
</table></td>
<td width="10"><img src="<?=$latest_skin_path?>/img/not09_box_right.gif" width="10" height="28"></td>
</tr>
</table>
</td></tr>
<tr>
<td align="right">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td height=2></td></tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="157"><img src="<?=$latest_skin_path?>/img/od.jpg" width="100" height="100"align="absmiddle"></td>
<td>
<table width="99%" border="0" cellpadding="0" cellspacing="1" bgcolor="EEEEEE">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="4" bgcolor="F9F9F9">
<tr>
<td align="center" valign="top" bgcolor="FFFFFF" style="padding:0px">
<!-- <td style="padding:10px"> -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=center>
<table width=100%>
<tr>
<td height=20><img src="<?=$latest_skin_path?>/img/box02_bullet.gif" width="9" height="9" align="absmiddle">
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
echo " " . $list[$i]['icon_new'];
echo " " . $list[$i]['icon_file'];
echo " " . $list[$i]['icon_link'];
echo " " . $list[$i]['icon_hot'];
echo " " . $list[$i]['icon_secret'];
?></td></tr>
<tr><td height="1" background="<?=$latest_skin_path?>/img/box01_dot.gif" width="1" height="1"></td>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
<tr> </tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td height=7></td></tr>
</table>
아무리 해도 세로는 늘려지는대 가로는 늘려지지가 않습니다 제가 못하는거겠지만~~
도움좀 부탁드립니다
==================================================================================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<!-- 최신글 제목 -->
<tr><td>
<table width="100%" height="28" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="10"><img src="<?=$latest_skin_path?>/img/not09_box_left.gif" width="10" height="28"></td>
<td background="<?=$latest_skin_path?>/img/not09_box_center.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?=$latest_skin_path?>/img/not06_bullet.gif" width="9" height="9" align="absmiddle">
<strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong> </td>
<td align="right"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/not06_more.gif" width="27" height="5" border="0" align="absmiddle"></a></td>
</tr>
</table></td>
<td width="10"><img src="<?=$latest_skin_path?>/img/not09_box_right.gif" width="10" height="28"></td>
</tr>
</table>
</td></tr>
<tr>
<td align="right">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td height=2></td></tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="157"><img src="<?=$latest_skin_path?>/img/od.jpg" width="100" height="100"align="absmiddle"></td>
<td>
<table width="99%" border="0" cellpadding="0" cellspacing="1" bgcolor="EEEEEE">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="4" bgcolor="F9F9F9">
<tr>
<td align="center" valign="top" bgcolor="FFFFFF" style="padding:0px">
<!-- <td style="padding:10px"> -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=center>
<table width=100%>
<tr>
<td height=20><img src="<?=$latest_skin_path?>/img/box02_bullet.gif" width="9" height="9" align="absmiddle">
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
echo " " . $list[$i]['icon_new'];
echo " " . $list[$i]['icon_file'];
echo " " . $list[$i]['icon_link'];
echo " " . $list[$i]['icon_hot'];
echo " " . $list[$i]['icon_secret'];
?></td></tr>
<tr><td height="1" background="<?=$latest_skin_path?>/img/box01_dot.gif" width="1" height="1"></td>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
<tr> </tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td height=7></td></tr>
</table>
추천0