테스트 사이트 - 개발 중인 베타 버전입니다

쪽지2에 이미지 내용에 바로 보이게 해주세요

· 14년 전 · 1237
<!-- 첨부파일의 이미지를 출력 -->
<? if ($view[me_file_local] && $view[imagesize]) { ?>
<tr>
<td height="20" align="center" style="padding-bottom:10px; width:<?=$content_inner_width?>px">
<?
if ($config['cf_memo_b4_resize']) {
echo resize_content(" <img src='$g4[path]/data/memo2/$view[me_file_server]' style='cursor:pointer;' > ", $max_img_width);
}
else
echo " <img src='$g4[path]/data/memo2/$view[me_file_server]' name='target_resize_image[]' onclick='image_window(this)' style='cursor:pointer;' > ";
?>
</td>
</tr>
<? } ?>
<tr>
<td style="padding-left:10px; width:<?=$content_inner_width?>px; word-break:break-all;">
<?
if ($config['cf_memo_b4_resize'])
echo resize_content($view[memo], $max_img_width);
else
echo $view[memo];
?>

위 소스인데 어디가 잘 못 됐는지 모르겠네요
게시판 처럼 글 열면 바로 이미지 보이게 해주세요
감사합니다.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
284438
284437
284435
284430
284420
284417
284409
284401
284399
284397
284380
284378
284371
284370
284366
284364
284360
284357
284355
284354