갤러리 가로 사이즈를 고정하고 싶은데요.. 정보
갤러리 가로 사이즈를 고정하고 싶은데요..
관련링크
본문
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="600" valign="top" align="center">
<table border="0" cellspacing="1" cellpadding="5">
<tr>
<td valign="top" align="center">
<? if ($view[file][0][view]) {?>
<?
for ($i=0; $i<=10; $i++) {
$image[$i] = "$g4[path]/data/file/$bo_table/".$view[file][$i][file];
}
?>
<tr>
<td width="600" valign="top" align="center">
<table border="0" cellspacing="1" cellpadding="5">
<tr>
<td valign="top" align="center">
<? if ($view[file][0][view]) {?>
<?
for ($i=0; $i<=10; $i++) {
$image[$i] = "$g4[path]/data/file/$bo_table/".$view[file][$i][file];
}
?>
<? if ($view[file][0][view]) {?>
<table width=540><tr><td><center><img src="<?=$image[0]?>" name=gallery_img height="400" border=0 value=0></td></tr></table>
<? } else {?>
<img src="<?=$board_skin_path?>/img/noimg.gif" border=0 value=0>
<? } ?>
<table width=540><tr><td><center><img src="<?=$image[0]?>" name=gallery_img height="400" border=0 value=0></td></tr></table>
<? } else {?>
<img src="<?=$board_skin_path?>/img/noimg.gif" border=0 value=0>
<? } ?>
</td>
</tr>
</table>
</tr>
</table>
이게 관련된 소스인 것 같은데..
아무리 사이즈를 조정하고 해도 안되네요..
참고페이지에 보시면 사진 올릴 때 가로가 크면 가로 크기에 맞춰져서 커져버리는데..
가로를 고정할 수는 없을까요?
댓글 전체

<? if ($view[file][0][view]) {?>
<table width=540><tr><td><center><img src="<?=$image[0]?>" name=gallery_img height="400" border=0 value=0></td></tr></table>
<? } else {?>
>> height="400" 으로 높이만 지정되어 있네요...width를 지정하지 않아서 커버리는 듯 합니다.
<table width=540><tr><td><center><img src="<?=$image[0]?>" name=gallery_img height="400" border=0 value=0></td></tr></table>
<? } else {?>
>> height="400" 으로 높이만 지정되어 있네요...width를 지정하지 않아서 커버리는 듯 합니다.

<table width=540><tr><td><center><img src="<?=$image[0]?>" name=gallery_img height="400" border=0 value=0></td></tr></table>
여기에서 가로사이즈를 540으로 맞춰줬는데 그러면 안먹히나요??
height=400 앞에다가도 가로값을 정해줘야 할까요?
일단 그렇게 함 정해봐야겠네요^^감사합니다.
여기에서 가로사이즈를 540으로 맞춰줬는데 그러면 안먹히나요??
height=400 앞에다가도 가로값을 정해줘야 할까요?
일단 그렇게 함 정해봐야겠네요^^감사합니다.

이론..ㅠㅜ 그것을 못보고 다른것을 이리저리 수정해봤었는데..ㅠㅜ
역시..모르면 몸이 고생한다는..감사합니다.^^
역시..모르면 몸이 고생한다는..감사합니다.^^