테스트 사이트 - 개발 중인 베타 버전입니다

노프레임 게시판 밀림현상..?

capture-20130525-211728.png
XE에서 그누보드로 넘어오게되었는데, 미흡한 실력이 여기서 드러나네요ㅠㅠ

사진부분처럼 밀려나옵니다. 어떻게 해야할까요?ㅠㅠ


head2.php index2.php tail2.php 같이 올려요.. 사진 링크와 이미지맵부분 주소는 지웠습니당 ㅠㅠ

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 7개

head2.php, tail2.php 은 정상인거 같아요. 밀리는 현상 없는데요.
게시판 관리로 들어가셔서 게시판 폭을 100(100%)로 하신후
상단경로와 하단경로에 ../head2.php, ../tail2.php 넣어보세요.
게시판 폭을 100%로 하면 저 여백부분까지 꽉 찰 뿐, 저 여백이 사라지거나 하지는 않네요ㅠㅠ
혹시나해서 게시판 스킨을 바꿔보았습니다만, 바뀌는게 없네요..ㅠㅠ
http://www.5sio.com/bbs/board.php?bo_table=community_31&page=0
테스트해봤는데요. 이렇게 되면 정상인가요?
head2.php, tail2.php 에 이미지가 없어서 액박이 뜰거예요
http://3.bp.blogspot.com/-mkOpsAzTHEg/UaC4OWjsriI/AAAAAAAAAC8/7GCFLhTrDiM/s1600/capture-20130525-220920.png

제가 원하던 그림은 위에 링크와 같습니당. 게시판부분은 흰색이 나와야되는데, 제가 그부분을 잘 몰라서 게시판 부분에 색을 배경색이랑 통일을 줬으니까... 댓다구리님이 올리신 링크와 같이 나와야하는게 맞는거같아여ㅠㅠㅠ
게시판에서는 index2.php 파일은 필요없는 파일인거 같고요.
저는 그냥 상단경로와 하단경로에 ../head2.php, ../tail2.php 이것만 불러왔어요.

index2.php 파일에 있는 아래부분은 head2.php와 tail2.php 파일에 불리해서 넣으시면 될는데요.

</th>
</tr>
<tr>
<td> head2.php와 tail2.php로 분리되는 부분</td>
</tr>
<tr>
<td>

게시판 하얀바탕을 넣으시려면 <td>&nbsp;</td> 이 안에다가 표하나 더 짜시고 (폭이 800일경우)에는 이런식으로.. 수정하면

</th>
</tr>
<tr>
<td>
<table align="center" cellpadding="0" cellspacing="0" width="800" bgcolor="white">
<tr>
<td>
<p style="margin-top:10; margin-bottom:10;" align="center">


이 위소스는 head2.php하단에 추가

이 아래소스는 tail2.php위에 추가

</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>


저도 초보라 잘은 모르는데 head2.php 상단에는 아래처럼 사용하시는 최신글이나 연동에 필요하신거 추가하시면 될꺼같아요.

<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/latest.num.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("$g4[path]/thumbEngine/dq_thumb_engine2.php");
// index_c0.php에서 옯겨옴
// 최신글
include_once("$g4[path]/lib/thumb.lib.php");
include_once("$g4[path]/lib/new.lib.php");
include_once("$g4[path]/lib/comment.lib.php");
include_once("$g4[path]/lib/new.lib.php");
include_once("$g4[path]/lib/gnuwiki.lib.php");
include_once("$g4[path]/extend/group.lib.php");
?>


이렇게 해서 제 게시판에도 적용을 해봤습니다. 흰바탕의 폭은 800 입니다.
감사합니다ㅠㅠㅠㅠㅠㅠ

게시글 목록

번호 제목
284508
284499
284492
284490
284484
284481
284478
284476
284474
284472
284470
284458
284457
284454
284453
284447
284446
284444
284441
284440