그룹 이미지 가로로 최신글 출력하기

또 다시 질문 올립니다.
하루 종일 해도 안됩니다. 여기저기 뒤져봐도 뽀족한 수가 없습니다.

그룹별 최신글 출력을 이미지로 했습니다. 팁과 질문과답변을 뒤져서 어떻게 어떻게 성공했습니다. 그래서 이미지가 정상적으로 출력되는데 문제는 세로로만 출력 됩니다.
제가 원하는건 가로로 출력되는 겁니다.
그래서 latest.skin.php 을 아무리 수정해도 안됩니다.
아래는 원본을 올립니다. 이미지가 가로로 나올수 있도록 도와주십시요.!!!
부탁합니다.

<table width=100% cellpadding=2 cellspacing=0 align=center valign=top>
<tr><td colspan=3 align=center height=2 style='border:1px solid #A3A6A9;' background='./<?=$cfg[bbs_dir]?>/imgs/b_titlebg.gif'>
<!-- <a href='./?doc=<?=$gr_id?>.php'><?=$gr_subject?></a></td></tr> -->
<!-- // 그룹이름 보이기
// 그룹아이디와 일치하는 이름.php로 링크됨 -->
<?
if (count($list) > 0) {
krsort($list);
$j=-1;
foreach ($list as $key=>$value) {
$k++;
$j++;
if($j+1>$rows) break;
$comment = "";
$atag_comment = "";
if ($value->wr_comment > 0) {
$comment = "<span style='font-size:8pt;'>[c]</span> ";
$atag_comment = "#c{$value->wr_id}";
}

$commentcnt = "";
if ($value->wr_commentcnt > 0) {
$commentcnt = "<font size=-2>({$value->wr_commentcnt})</font>";
}
$name = gblayer($value->mb_id, cut_str($value->wr_name,12), $value->wr_email, $value->wr_homepage);
$value->bo_subject = cut_str($value->bo_subject, 20);
//게시판제목 글자수 자르기
$icon_new = "";
if ($value->wr_datetime >= $intime) {
$icon_new = "<img src='./$cfg[bbs_dir]/imgs/icon_new.gif' border=0 align='absmiddle'>";
}
//새글 아이콘보이기
?>
<tr class=list<?=($j%2)?> height=22>
<td>
<table width=98% cellpadding=0 cellspacing=0 align=center>
<tr>


<td width=17% nowrap><!-- <?=$icon_news?> [<a href='./?doc=<?=$cfg[bbs_dir]?>/gnuboard.php&bo_table=<?="$value->bo_table"?>'><?="$value->bo_subject"?></a>] --></td>
<td width='' style='padding-left:3px'><a href='./?doc=<?=$cfg[bbs_dir]?>/gnuboard.php&bo_table=<?="$value->bo_table"?>&wr_id=<?="$value->wr_parent_id"?><?=$atag_comment?>' title='<?=$value->wr_content?>'><!-- <?=$value->wr_subject?> <?=$commentcnt?><?=$icon_new?>--><img src="<?=$value->file_image1?>" border=0></a>
</td>


</tr>
<? if( $k==1){?>
<!-- // 첫째글(가장최신)이라면 내용이 보여져라.. -->
<tr>
<td colspan=2 style='padding-left:10px;padding-right:5px;padding-bottom:3px;padding-top:3px;text-align:justify;'><a href='./?doc=<?=$cfg[bbs_dir]?>/gnuboard.php&bo_table=<?="$value->bo_table"?>&wr_id= <?="$value->wr_parent_id"?><?=$atag_comment?>' title='<?=$value->wr_content?>'> <!-- <?=$value->wr_content?> --> </a>
</td>
</tr>
<? } ?>
</table></td></tr>
<?
}
}
else echo "<tr><td colspan=3 align=center height=50>자료가 없습니다.</td></tr>";
?>
</table>
|

댓글 1개

오딧세이님 답변 감사합니다. 그런데 그 방법으로는 안됩니다. 그냥 텍스트는 되는데 이미지 출력은 안되는군요...
아마도 그룹 최신글 추출을 하려고 사용한 스킨과 맞지 않나 봅니다.
답변 감사합니다. ^^
댓글을 작성하시려면 로그인이 필요합니다.

그누3질답

+
제목 글쓴이 날짜 조회
20년 전 조회 940
20년 전 조회 740
20년 전 조회 751
20년 전 조회 890
20년 전 조회 880
20년 전 조회 745
20년 전 조회 742
20년 전 조회 824
20년 전 조회 880
20년 전 조회 920
20년 전 조회 746
20년 전 조회 649
피터팬
20년 전 조회 2,491
20년 전 조회 797
20년 전 조회 954
20년 전 조회 826
20년 전 조회 1,411
20년 전 조회 660
20년 전 조회 850
20년 전 조회 833