아 질문 여기다가 올리는거엿네요..!
본문
왼쪽에 배너 위아래로 움직이는거 잇잖아요,
그거 가로 크기 조절 어디서 하는거죠 ? 제가 쓰기엔 너무 커서ㅜ.ㅜ;
딱 여기 제로나라 에서 쓰는 크기가 좋은데..ㅜ
그거 가로 크기 조절 어디서 하는거죠 ? 제가 쓰기엔 너무 커서ㅜ.ㅜ;
딱 여기 제로나라 에서 쓰는 크기가 좋은데..ㅜ
추천0
株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d
제로님의 댓글
제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일오른쪽??
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 을 찾아서 수정하세요