테스트 사이트 - 개발 중인 베타 버전입니다

문구 안보이게 하는방법좀 부탁드립니다. 채택완료

쌍란 11년 전 조회 7,307
ssss.gif

rss 수집기로 가져오는거라 일일이 고치기는 힘들고요 ㅠㅠ

최신글스킨에서 저부분만 안보이게 할수 있을가요?


<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

$rows = count($list);
$style_name = "mw-group-$bo_table-$rows-$subject_len";
?>


<style type="text/css">
#<?=$style_name?> { clear:both; margin:0; border:0px solid #e1e1e1; }
#<?=$style_name?> .item { clear:both; display:none; }
#<?=$style_name?> .file-img-b { width:70px; height:55px; border:0px solid #e1e1e1; border-left:0; }
#<?=$style_name?> .subject { clear:both; height:20px; font-weight:bold; font-size:12px; }
#<?=$style_name?> .subject a { text-decoration:none; }
#<?=$style_name?> .prev { float:left; margin:0 0 0 -4px; cursor:pointer; }
#<?=$style_name?> .next { float:left; margin:0 0px 0 0; cursor:pointer; }
#<?=$style_name?> .link { float:left; margin:0 0 0 5px; text-align:center; }
.style8 {
 font-family: Geneva;
 font-size: 13px;
 font-weight: bold;
 color: #8B9598;
}
</style>

<div id="<?=$style_name?>">

<? for ($i=0; $i<$rows; $i++) { ?>

<table width="250" border="0" cellspacing="0" cellpadding="0" style="padding:0px;">
<tr onmouseover='this.style.backgroundColor="#f0f0f0"'  onmouseout='this.style.backgroundColor="#FFFFFF"'>
<?
$img = "$g4[path]/data/file/$bo_table/thumb/{$list[$i][wr_id]}";
if (!@file_exists($img)) $img = "$g4[path]/data/file/$bo_table/thumbnail/{$list[$i][wr_id]}";
if (!@file_exists($img)) $img = "{$list[$i][file][0][path]}/{$list[$i][file][0][file]}";
if (!@file_exists($img)) $img = "";
if (!$list[$i][wr_id]) $img = "";
if (@is_dir($img)) $img = "";

//이미지 경로가 없을 경우처리 [2008-03-28]
//if( trim(strrchr($img, "/")) == '/' ) $img = '';    
//$img = $img ? $img : $latest_skin_path.'/img/noimg.gif';
?>

<td style="padding:5px 0 5px 2px;">

<div style="float:right; width:auto; height:auto; padding:0px 0px 0px 5px;">
<? if ($img) { ?>
<a href="<?=$list[$i][wr_link1]?>" target=_blank><img src="<?=$img?>" class="file-img-b" style="border:1px solid #000000;"></a>
<? } ?>
</div>


<a href="<?=$list[$i][wr_link1]?>" class="style8" target=_blank><?=$list[$i][subject]?></a>

<span style="color:#999999; font-size:10px;"><?=$list[$i]['comment_cnt']?></span><br>


<span style="color:#6A6A6A;font-size:11px; font-family:돋움; letter-spacing:-1px; line-height:14px;">
<?=cut_str(strip_tags($list[$i][wr_content]),200,"...")?></span>

</td>
</tr>
<tr>
<td height="1" bgcolor="#eaeaea"></td>
</tr>
</table>
<? } ?>
</div>

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
11년 전
저게 어떤 의미가 있는지 모르겠습니다만........수정에서 해당 문구를 지우시면 되지않나요?
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인