[그누•영카트] 첨부 이미지 가운데로 정렬하기
페이지 정보
루루아빠
3,008
2015.04.23 09:55:10
짧은주소
-
https://yadolee.com/tip/131 주소복사
본문
모든 게시판에서 첨부된 이미지를 가운데로 정렬하니 신중히 판단하고 적용한다.
if (preg_match("/\.({$config['cf_image_extension']})$/i", $file)) {
아래쪽에 다음 소스를 찾아 다음과 같이 수정한다.
수정 전
$img .= '<img src="'.G5_DATA_URL.'/file/'.$board['bo_table'].'/'.urlencode($file).'" alt="'.$content.'">';
수정 후
//$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>'; //첨부 이미지 가운데 정렬
추천인
Progress Bar 13.8%
최신댓글이 없습니다.


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