홈페이지 footer부분 질문을 드립니다.
페이지 정보
본문
홈페이지 footer부분을 아무리 찾아도 찾을수가 없어 질문드립니다.
질문내용은 footer부분에 이미지를 배경으로 넣었습니다...
메인 페이지에서는 모니터 크기에 맞게 가로로 배경색이 들어 가는데....
서브페이지에서는 홈페이지 레이아웃 크기에 맞게 잘려 버립니다...
어떻게하면 메인페이지 처럼 창크기에 맞게 할 수 있는지요?
도움을 부탁드립니다...
댓글목록
김성수님의 댓글
김성수쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
관리자님...정말 죄송합니다...
tail.php에서 무었을 어떻게 해야 되는지 알수없어 ...진심으로 부탁합니다.
아래에 tail.php파일 소스를 첨부합니다..부탁합니다.
<?
/**
* ZENAPLUS
*
* Copyright (c) 2006-05-18 Park Gwan Su <www.zeronara.net>
* e-mail : [email protected]
* You are free: to Remix - to adapt the work
* Attribution : You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
* Share Alike : If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
* Nothing in this license impairs or restricts the author's moral rights.
**/
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
</div>
<!-- // content -->
</div>
<!-- container -->
<div class="clear"></div>
<!-- footer -->
<div id="footer">
<!-- page -->
<? if($config[zncf_page_skin]) { ?>
<div class="page"><? include "$g4[path]/include/zp_bottom.inc.php";?></div>
<? } ?>
<!-- // page -->
<!-- copyright -->
<div class="copyright">
<?//=conv_content($config[zncf_copyright], 0); //copyright?>
<? if($config[zncf_copyright]) { echo $config[zncf_copyright]; } ?>
</div>
<!-- // copyright -->
</div>
<!-- // footer -->
</div>
<!-- // zenaplus_wrap -->
<?
include_once("$g4[path]/tail.sub.php");
?>