이 게시판을 디자인 박스속에 넣는 방법은 어떻게 한가요 정보
이 게시판을 디자인 박스속에 넣는 방법은 어떻게 한가요관련링크
http://sos114.ip.ne.kr:6881/bbs
332회 연결
본문
댓글 전체
어떤 박스나 디자인박스속에 넣으시려는건지요??^^;;
최근게시물을 디자인 하시려면 최근게시물 스킨을 수정하시면 되고,,
출력되는 전체박스는 index.php안의 소스를 수정하면 됩니다만~~;;
최근게시물을 디자인 하시려면 최근게시물 스킨을 수정하시면 되고,,
출력되는 전체박스는 index.php안의 소스를 수정하면 됩니다만~~;;
그정도는 저도 압니다
현재 보이는 전채 을 디자인한 박스 속에 넣으려고 합니다
쏘스을 넣어보니 이상하게 깨지고 그래서 문의한것입니다
제로 보드는 잘되는대 그누보드는 알지 못하여 문의하는것 입니다
현재 보이는 전채 을 디자인한 박스 속에 넣으려고 합니다
쏘스을 넣어보니 이상하게 깨지고 그래서 문의한것입니다
제로 보드는 잘되는대 그누보드는 알지 못하여 문의하는것 입니다
인덱스나 게시판 테두리를 디자인 하실거라면..
head.php 파일의 최하단에
<table width='100%' valign='top' cellpadding='0' cellspacing='0' border='0'>
<tr>
<td width='5' height='5'><img src='이미지경로/파일명' width='5' height='5'></td>
<td height='5' background='이미지경로/파일명'></td>
<td width='5' height='5'><img src='이미지경로/파일명' width='5' height='5'></td>
</tr>
<tr>
<td width='5' background='이미지경로/파일명'></td>
<td height='30' align="center">
tail.php 파일의 최상단에
</td>
<td width='5' background='이미지 경로/파일명'></td>
</tr>
<tr>
<td height='5' valign='top'><img src='이미지경로/파일명' width='5' height='5'></td>
<td height='5' valign='top' background='이미지경로/파일명'></td>
<td height='5' valign='top'><img src='이미지경로/파일명' width='5' height='5'></td>
</tr>
</table>
이런식으로 테이블을 짜서 넣어주시면 됩니다...^^
head.php 파일의 최하단에
<table width='100%' valign='top' cellpadding='0' cellspacing='0' border='0'>
<tr>
<td width='5' height='5'><img src='이미지경로/파일명' width='5' height='5'></td>
<td height='5' background='이미지경로/파일명'></td>
<td width='5' height='5'><img src='이미지경로/파일명' width='5' height='5'></td>
</tr>
<tr>
<td width='5' background='이미지경로/파일명'></td>
<td height='30' align="center">
tail.php 파일의 최상단에
</td>
<td width='5' background='이미지 경로/파일명'></td>
</tr>
<tr>
<td height='5' valign='top'><img src='이미지경로/파일명' width='5' height='5'></td>
<td height='5' valign='top' background='이미지경로/파일명'></td>
<td height='5' valign='top'><img src='이미지경로/파일명' width='5' height='5'></td>
</tr>
</table>
이런식으로 테이블을 짜서 넣어주시면 됩니다...^^