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>";
게시글 목록
| 번호 | 제목 |
|---|---|
| 284438 | |
| 284437 | |
| 284435 | |
| 284430 | |
| 284420 | |
| 284417 | |
| 284409 | |
| 284401 | |
| 284399 | |
| 284397 | |
| 284380 | |
| 284378 | |
| 284371 | |
| 284370 | |
| 284366 | |
| 284364 | |
| 284360 | |
| 284357 | |
| 284355 | |
| 284354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기