o

고수님 도와주세요

· 13년 전 · 695 · 3
아래 최신글 스킨에서 이미지 크기를 고정 할려면 어떻게 해야 돼요??
초보라서 도움 요쳥 합니다.
감사 합니다


<?php
$gr = get_group($gr_id);
?>

<script type="text/javascript">COUNT["<?php echo $bo_table; ?>"] = <?php echo count($list); ?>;</script>
<table border="0" cellspacing="0" cellpadding="0">

<tr><td colspan="2">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top">
<div style="width:134px; border:2px solid #EBEBEB;">
<?php for($i = 0; $i < count($list); $i++){ ?><div id="<?php echo "{$bo_table}_{$i}"; ?>" style="<?php if($i == 0) echo 'display:block;'; else echo 'display:none;'; ?>"><a href="<?php echo $list[$i]['href']; ?>" onfocus="this.blur();"><?php echo make_thumbnail("{$list[$i]['file']['0']['path']}/{$list[$i]['file']['0']['file']}", "{$list[$i]['file']['0']['path']}/{$list[$i]['file']['0']['file']}", $width, $height, $default); ?></a></div>
<?php } ?>
</div>
</td>
<td width="12"></td>
<td width="" valign="top" style="padding:3px 0 0 0;">
<table border="0" cellspacing="0" cellpadding="0">
<?php for($i = 0; $i < count($list); $i++){ ?>
<tr><td height="20"><img src="<?php echo $latest_skin_path; ?>/img/i_bullet.gif" border="0" align="absmiddle">&nbsp;&nbsp;<a href="<?php echo $list[$i]['href']; ?>" onmouseover="layer('<?php echo $bo_table; ?>', '<?php echo $i; ?>');" onfocus="this.blur();" style="color:#222222;"><?php echo str_replace('…', '...', $list[$i]['subject']); ?></a></td>
</tr>
<?php } ?>
</table>
</td>
</tr>
</table>
</td></tr>
</table>
|

댓글 3개

<?php
$gr = get_group($gr_id);
$width = 120;
$height = "120;
?>

상단에 width 와 height 값을 넣어줘보세요
넣엇는데 크기가 변하지 않습니다
그렇다면
make_thumbnail
함수 안에서 width 와 height 를 고정으로 잡아주시면 됩니다
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
13년 전 조회 1,060
13년 전 조회 1,520
13년 전 조회 1,580
13년 전 조회 926
13년 전 조회 1,463
13년 전 조회 1,445
13년 전 조회 1,007
13년 전 조회 1,974
13년 전 조회 771
13년 전 조회 696
13년 전 조회 1,513
13년 전 조회 861
13년 전 조회 956
13년 전 조회 959
13년 전 조회 776
13년 전 조회 785
13년 전 조회 3,032
13년 전 조회 754
13년 전 조회 1,529
13년 전 조회 1,029
🐛 버그신고