묻고답하기


aaa.jpg


위 이미지 처럼 게시판 상단부분과 본문 사이에 불필요한 여백이 생깁니다.

현재 디자인 상에서는 상단 이미지 아래 쪽에도 본문 쪽에 반복되는 배경을 반복시켜버리면 되는 상황이기는 하나,

추후 상단에서 시작해 본문 부분까지 이미지가 연결될 경우를 대비해 해결이 가능한 부분이라면 해결해두는게 좋을 듯 해서요.


게시판 상, 하단 html은 모두 레이아웃에서 적용한 부분이구요. 레이아웃 소스는 아래와 같습니다..



<body bgcolor="e2e2e2" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">

<table align="center" cellpadding="0" cellspacing="0" width="100%" height="100%" bgcolor="e2e2e2">
    <tr>
        <td width="100%" height="100%" bgcolor="e2e2e2" align="center" valign="top">
            <table align="center" cellpadding="0" cellspacing="0" width="1000">
                <tr>
                    <td width="470" height=334 nowrap align="right"><img src="/img/head1.jpg" border="0" usemap="#ImageMap1"></td>
                    <td width="530" height=334 nowrap style="background-image:url('img/head2.jpg'); background-repeat:no-repeat; background-attachment:scroll;">
                    </td>
                </tr>
                <tr>
                    <td width="1000" colspan=2 style="background-image:url('/img/bbs.jpg'); background-repeat:repeat-y; background-attachment:scroll;">
                       <table align="center" cellpadding="0" cellspacing="0" width="820">
                            <tr>
                                <td width="820">

{$content}
</td>
                            </tr>
                        </table></td>
                </tr>
                <tr>
                    <td width="1000" colspan=2 align="center" valign="top"><img src="/img/foot.jpg" border="0"></td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<map name="ImageMap1">
<area shape="rect" coords="166, 171, 361, 237" onfocus=this.blur() href="게시판링크">
<area shape="rect" coords="213, 248, 255, 263" onfocus=this.blur() href="게시판링크">
<area shape="rect" coords="260, 248, 297, 263" onfocus=this.blur() href="게시판링크">
<area shape="rect" coords="303, 248, 372, 262" onfocus=this.blur() href="게시판링크">
<area shape="rect" coords="376, 250, 406, 262" onfocus=this.blur() href="게시판링크">
</map>

</body>


- - - - -


게시판 스킨은 xe defult 스킨 사용중이에요.



글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
Exceltoweb 이런 무작위 가입 막을 방법 없나요? [6] file 2015.03.31 by 하늘희
김동하123 사용자 정의에서 띄워쓰기  
럭셜진 이미지와 같은 신규회원 스크롤 되는 위젯 어떻게 만들어야하나요? file  
키스미베이베 지도 컴포넌트 가로값 100%로 안되나요..? [2] 2015.03.31 by 키스미베이베
글쓴잉ㅇ 스케치북 모바일 댓글 수정, 줄바꿈시 <br><div>태그 뜨는 오류  
난나야9 이런 사진첩 xe에서 구현 되나요? [5] file 2015.03.31 by 난나야9
반걸 xe 브라우져 타이틀은 어디서 제어되나요? [4] file 2015.03.31 by 반걸
김로직 페이지 메뉴에서 이미지에 하이퍼 링크 걸었을때 [4] 2015.03.30 by 김로직
EnuX 탈퇴시 비밀번호 입력 없이 탈퇴되게 하는 방법 [1] 2015.03.30 by BJ람보
asvljaebf XE 데이터 이전 도움주실분없나요 원격이나 ㅜㅜ [1] 2015.03.30 by GG
asvljaebf XE 데이터 이전 도움주실분없나요 원격이나 ㅜㅜ [1] 2015.03.30 by GG
XE모듈 백업해서 이전하는 순서가 어떻게 되나요"? [1] 2015.03.30 by Ikoo
김동하123 송동우님께 질문 [4] 2015.03.30 by Ikoo
김동하123 권한에서 로그인과 가입한 회원의 차이? [2] 2015.03.30 by 김동하123
몽실아빠 https://www.simpli.fi/ 이사이트 뭐죠 ?? [9] 2015.03.30 by 몽실아빠
우랑탕탕이 게시판 하나를 로그인 박스 아래도 이동하는 방법 좀 알고 싶습니다 [4] 2015.03.30 by 우랑탕탕이
플라이나 방명록 location 스크립트 코드좀 봐주세요 [6] 2015.03.30 by 플라이나
오락실주인 phps웹호스팅 php버젼 질문 [2] file 2015.03.30 by 오락실주인
부산갈매기8d4ea MYSQL 연동 어떻게 하나요? [1] 2015.03.30 by 업글
putty 파일첨부가 갑자기 안되는데 스크립트 에러좀 봐주세요~ file