아 질문 여기다가 올리는거엿네요..!
페이지 정보
본문
그거 가로 크기 조절 어디서 하는거죠 ? 제가 쓰기엔 너무 커서ㅜ.ㅜ;
딱 여기 제로나라 에서 쓰는 크기가 좋은데..ㅜ
댓글목록
제로님의 댓글
제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
오른쪽??
skin/latest/banner_right
<?
echo "<a href='{$list[$i][wr_1]}' target='{$list[$i][wr_2]}'>";
$image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $image)) { ?>
<img src='<?=$g4[path]?>/data/file/<?=$bo_table?>/<?=$image?>' border='0'></a><br>
<?}
else if(preg_match("/\.(swf|wmv|asf)$/i", $image))
{ echo"<script src='$g4[path]/flash.php?flash_file=$g4[path]/data/file/$bo_table/$image&flash_width=80&flash_height=100&flash_wmode=transparent'></script>";}
else{
echo"<img src='$latest_skin_path/img/noimage.gif' border='0'></a><br>";
}?>
----------------
width=80 을 찾아서 수정하세요