베너스킨중 정보
베너스킨중
본문
목진철 님의 베너스킨중 메인화면에 베너를 불러서 보면 베너사이즈가 크게 나오는데 어디서 손을 봐야 사이즈를
둘일수 있나여
참고로 베머사니즈 114로 보고싶은데
댓글 전체

latest.skin.php 파일에서
<?
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?>' width='190' border='0'></a><br>
<? } else { ?>
<img src='<?=$latest_skin_path?>/img/noimage.gif' width='190' border='0'></a><br>
<? } ?>
부분 중에서 가로 크기인 width 부분을 수정하시면 될것 같네요.
<?
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?>' width='190' border='0'></a><br>
<? } else { ?>
<img src='<?=$latest_skin_path?>/img/noimage.gif' width='190' border='0'></a><br>
<? } ?>
부분 중에서 가로 크기인 width 부분을 수정하시면 될것 같네요.

ccc