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>";
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기