게시판 정렬에 대해서... 정보
그누보드 게시판 정렬에 대해서...본문
게시판을 클릭하면 중앙에 정렬이 되는데요...
이걸 왼쪽으로 옮길 수 없을까요...
게시판 관리에는 없는 것 같아서요...^^
이걸 왼쪽으로 옮길 수 없을까요...
게시판 관리에는 없는 것 같아서요...^^
댓글 전체
자세한 설명 감사 드립니다. ^^

기본 스킨의 경우 bbs/skin/board/basic_board/gbview_main.skin.php에서
<table width=<?=$width?> border=0 align=center cellpadding=0 cellspacing=0>
이 부분을
<table width=<?=$width?> border=0 align=left cellpadding=0 cellspacing=0>
로 바꿔 보세요.
글 쓰기도 중앙 정렬 하시려면 bbs/skin/board/basic_board/gbform_main.skin.php에서
<table width='500' align=center><tr><td>
이 부분을
<table width='500' align=left><tr><td>
로 바꿔 보세요
기타 등등 바꿔 보시리면 같은 디렉토리에 있는 .php 파일 들을 살펴 보세요. align=center 가 중앙 정렬을 뜻하고, align=left가 왼쪽 정렬을 뜻합니다.
<table width=<?=$width?> border=0 align=center cellpadding=0 cellspacing=0>
이 부분을
<table width=<?=$width?> border=0 align=left cellpadding=0 cellspacing=0>
로 바꿔 보세요.
글 쓰기도 중앙 정렬 하시려면 bbs/skin/board/basic_board/gbform_main.skin.php에서
<table width='500' align=center><tr><td>
이 부분을
<table width='500' align=left><tr><td>
로 바꿔 보세요
기타 등등 바꿔 보시리면 같은 디렉토리에 있는 .php 파일 들을 살펴 보세요. align=center 가 중앙 정렬을 뜻하고, align=left가 왼쪽 정렬을 뜻합니다.
감사합니다. 게시판은 왼쪽으로 왔습니다. 그런데, 글을 읽을려고 클릭하면 중앙에 있습니다.
http://webarchi.com/gnu/bbs/gnuboard.php?bo_table=notice&page=1&wr_id=3
http://webarchi.com/gnu/bbs/gnuboard.php?bo_table=notice&page=1&wr_id=3

기본 스킨의 경우 bbs/skin/board/basic_board/gblist_head.skin.php에서
<table width='<?=$width?>' align=center><tr><td>
이 부분을
<table width='<?=$width?>' align=left><tr><td>
이렇게 바꿔 보세요.
<table width='<?=$width?>' align=center><tr><td>
이 부분을
<table width='<?=$width?>' align=left><tr><td>
이렇게 바꿔 보세요.