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>";
게시글 목록
| 번호 | 제목 |
|---|---|
| 284172 | |
| 284170 | |
| 284167 | |
| 284164 | |
| 284161 | |
| 284159 | |
| 284155 | |
| 284152 | |
| 284151 | |
| 284148 | |
| 284142 | |
| 284141 | |
| 284137 | |
| 284136 | |
| 284135 | |
| 284127 | |
| 284121 | |
| 284120 | |
| 284116 | |
| 284115 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기