[그누•영카트] 영카트 이미지 가운데 정렬과 이미지 간격 수정
페이지 정보
루루아빠
3,093
2015.08.28 20:03:44
짧은주소
-
https://yadolee.com/tip/282 주소복사
본문
그누보드5/lib/common.lib.php을 열고 if (preg_match("/\.({$config['cf_image_extension']})$/i", $file)) { 검색
수정 전
수정 전
if (preg_match("/\.({$config['cf_image_extension']})$/i", $file)) { // 루루아빠
//$img = '<a href="'.G5_BBS_URL.'/view_image.php?bo_table='.$board['bo_table'].'&fn='.urlencode($file).'" target="_blank" class="view_image">'; //첨부된 이미지 새창 띄우기 시작
//$img .= '<img src="'.G5_DATA_URL.'/file/'.$board['bo_table'].'/'.urlencode($file).'" alt="'.$content.'">'; //이미지 원본
//$img .= '<p style="text-align:center"><img src="'.G5_DATA_URL.'/file/'.$board['bo_table'].'/'.urlencode($file).'" alt="'.$content.'"></p><p></p>'; //이미지 간격 수정과 첨부 이미지 가운데 정렬
$img .= '<img src="'.G5_DATA_URL.'/file/'.$board['bo_table'].'/'.urlencode($file).'" alt="'.$content.'"><div style="height:22px;"></div>'; //이미지 간격 수정
//$img .= '</a>';
수정 후
if (preg_match("/\.({$config['cf_image_extension']})$/i", $file)) { // 루루아빠
//$img = '<a href="'.G5_BBS_URL.'/view_image.php?bo_table='.$board['bo_table'].'&fn='.urlencode($file).'" target="_blank" class="view_image">'; //첨부된 이미지 새창 띄우기 시작
//$img .= '<img src="'.G5_DATA_URL.'/file/'.$board['bo_table'].'/'.urlencode($file).'" alt="'.$content.'">'; //이미지 원본
$img .= '<p style="text-align:center"><img src="'.G5_DATA_URL.'/file/'.$board['bo_table'].'/'.urlencode($file).'" alt="'.$content.'"></p><div style="height:12px;"></div>'; //이미지 간격 수정과 첨부 이미지 가운데 정렬
//$img .= '<img src="'.G5_DATA_URL.'/file/'.$board['bo_table'].'/'.urlencode($file).'" alt="'.$content.'"><div style="height:22px;"></div>'; //이미지 간격 수정
//$img .= '</a>';
추천인
레벨 101
경험치 1,519,440
Progress Bar 14.66%
- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS
BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


댓글
첫 번째 댓글을 남겨 주세요