게시판 오른쪽에 more(전체 게시판 가기) 정보
게시판 오른쪽에 more(전체 게시판 가기)본문
게시판 오른쪽에 게시판 전체보기 (more)을 추가하려고 하는데 답변좀 부탁드리겠습니다. 수고하십시오.
latest.php
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$latest_width = "320"; //탭메뉴 폭과 같게
?>
<style>
.la_he { font-family:굴림; font-size:9pt; color:#636363;line-height:100%;}
</style>
<table width='<?=$latest_width?>' cellpadding='0' cellspacing='0' border='1'>
<tr>
<td height='3' colspan='3'></td>
</tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td width='20' height='25' style='padding-left:5px; padding-top:3px;'><img src='<?=$latest_skin_path?>/img/latest_icon.gif' width='9' height='9' border='0'></td>
<td width='<?=$latest_width-90?>' style='padding-top:1px;' class='la_he'>
<?
$style = "font-family:돋움; font-size:9pt; color:#636363;";
if ($list[$i][icon_new])
$style = "style='font-family:돋움; font-size:9pt; color:#006F00;text-decoration:none;' ";
$subject = "<span $style>".cut_str($list[$i][subject],57)."</span>"; //제목 글자수 자르기
echo $list[$i][icon_reply] . " ";
echo "<a href='{$list[$i][href]}' title='{$list[$i][subject]}' onfocus='this.blur()'>{$subject}";
if ($list[$i][comment_cnt])
echo " <span style='font-size:8pt; color:#9A9A9A;'>{$list[$i][comment_cnt]}</span>";
// echo " " . $list[$i][icon_new];
echo "</a>";
?>
</td>
<td width='70' align='center' class='la_he' style='padding-top:3px;'><span style='font-size:8pt; color:#999999;'><?=$list[$i][datetime]?></span>
</td>
</tr>
<tr><td height='1' colspan='3' background='<?=$latest_skin_path?>/img/line.gif'></td></tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=3 align=center height=100><font color=#6A6A6A>게시물이 없습니다.</font></td></tr><? } ?>
</tr>
</table>
latest.php
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$latest_width = "320"; //탭메뉴 폭과 같게
?>
<style>
.la_he { font-family:굴림; font-size:9pt; color:#636363;line-height:100%;}
</style>
<table width='<?=$latest_width?>' cellpadding='0' cellspacing='0' border='1'>
<tr>
<td height='3' colspan='3'></td>
</tr>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td width='20' height='25' style='padding-left:5px; padding-top:3px;'><img src='<?=$latest_skin_path?>/img/latest_icon.gif' width='9' height='9' border='0'></td>
<td width='<?=$latest_width-90?>' style='padding-top:1px;' class='la_he'>
<?
$style = "font-family:돋움; font-size:9pt; color:#636363;";
if ($list[$i][icon_new])
$style = "style='font-family:돋움; font-size:9pt; color:#006F00;text-decoration:none;' ";
$subject = "<span $style>".cut_str($list[$i][subject],57)."</span>"; //제목 글자수 자르기
echo $list[$i][icon_reply] . " ";
echo "<a href='{$list[$i][href]}' title='{$list[$i][subject]}' onfocus='this.blur()'>{$subject}";
if ($list[$i][comment_cnt])
echo " <span style='font-size:8pt; color:#9A9A9A;'>{$list[$i][comment_cnt]}</span>";
// echo " " . $list[$i][icon_new];
echo "</a>";
?>
</td>
<td width='70' align='center' class='la_he' style='padding-top:3px;'><span style='font-size:8pt; color:#999999;'><?=$list[$i][datetime]?></span>
</td>
</tr>
<tr><td height='1' colspan='3' background='<?=$latest_skin_path?>/img/line.gif'></td></tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=3 align=center height=100><font color=#6A6A6A>게시물이 없습니다.</font></td></tr><? } ?>
</tr>
</table>
댓글 전체

이미지를 잘라서 넣으시거나 이미지맵을 만드셔야합니다
죄송한데 그냥 글씨로 링커를 걸려면 문서중에 어디에 삽입해야 되나요?