|
|
|
22년 전
|
조회 583
|
|
|
|
22년 전
|
조회 643
|
|
|
|
22년 전
|
조회 774
|
|
|
|
22년 전
|
조회 597
|
|
|
|
22년 전
|
조회 608
|
|
|
|
22년 전
|
조회 577
|
|
|
|
22년 전
|
조회 682
|
|
|
|
22년 전
|
조회 678
|
|
|
|
22년 전
|
조회 548
|
|
|
|
22년 전
|
조회 679
|
|
|
|
22년 전
|
조회 620
|
|
|
|
22년 전
|
조회 583
|
|
|
|
22년 전
|
조회 799
|
|
|
|
22년 전
|
조회 859
|
|
|
|
22년 전
|
조회 572
|
|
|
|
22년 전
|
조회 855
|
|
|
|
22년 전
|
조회 657
|
|
|
|
22년 전
|
조회 488
|
|
|
|
22년 전
|
조회 636
|
|
|
|
22년 전
|
조회 544
|
댓글 4개
<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
<table width='<?=$width?>' align=center><tr><td>
이 부분을
<table width='<?=$width?>' align=left><tr><td>
이렇게 바꿔 보세요.