http://brainsports.co.kr/gnuboard4/bbs/board.php?bo_table=fun
보다시피 상단이미지 fun fun이 좌측에 있습니다. 어떻게 하면 가운데로 오게되나요?
보다시피 상단이미지 fun fun이 좌측에 있습니다. 어떻게 하면 가운데로 오게되나요?
댓글 8개
/bbs/board_head.php 파일로 들어가셔서
// 게시판 관리의 상단 이미지 경로
if ($board[bo_image_head])
echo "<img src='$g4[path]/data/file/$bo_table/$board[bo_image_head]' border='0'>";
해당 소스를 찾으시길 바랍니다. 이 소스를 아래와 같이 수정해 주시면 끝
// 게시판 관리의 상단 이미지 경로
if ($board[bo_image_head])
echo "<div style='text-align: center;'><img src='$g4[path]/data/file/$bo_table/$board[bo_image_head]' border='0'></div>";
// 게시판 관리의 상단 이미지 경로
if ($board[bo_image_head])
echo "<img src='$g4[path]/data/file/$bo_table/$board[bo_image_head]' border='0'>";
해당 소스를 찾으시길 바랍니다. 이 소스를 아래와 같이 수정해 주시면 끝
// 게시판 관리의 상단 이미지 경로
if ($board[bo_image_head])
echo "<div style='text-align: center;'><img src='$g4[path]/data/file/$bo_table/$board[bo_image_head]' border='0'></div>";
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기