묻고답하기

제로보드만 하다가 xe를 하게 되었습니다.

매뉴얼도 보고 수차례 테스트도 해보고 검색도 해봤지만 잘 안되서 도움을 요청합니다.

제가 원하는 스타일은 제로보드에서 자주 사용했던 아래 이미지와 같은 스타일입니다.

 

01.png

 

 

테스트 레이아웃을 사용해서 Site Logo 부분 대신 이미지맵 소스로 변경했습니다.

그런데 이미지맵에서 링크한 게시판을 클릭하면 위 이미지에서 게시판이 보여야 할부분에 보이는게 아니라

새로운 창으로 게시판만 보입니다. 상단 & 하단 이미지는 물론이고 왼쪽에 로그인 정보도 보이지 않습니다.

 

 <load target="user_layout.css" />
<div class="user_layout">
 <div class="header">
<img src="../XE.png"  border="0" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="395, 241, 456, 258" href="../xe/notice1">
<area shape="rect" coords="476, 242, 553, 256" href="../xe/levelup">
<area shape="rect" coords="573, 239, 654, 256" href="../xe/support">
<area shape="rect" coords="670, 238, 724, 257" href="../xe/event1">
<area shape="rect" coords="382, 261, 396, 276" href="../xe/data1">
<area shape="rect" coords="405, 260, 423, 276" href="../xe/data2">
<area shape="rect" coords="448, 258, 506, 276" href="../xe/trans">
<area shape="rect" coords="522, 257, 584, 278" href="../xe/PHOTO1">
<area shape="rect" coords="602, 257, 661, 278" href="../xe/media1">
<area shape="rect" coords="680, 257, 734, 277" href="../xe/news1">
<area shape="rect" coords="748, 257, 796, 280" href="../xe/chatroom1">
</map>  <div class="gnb">
   .gnb
   <ul>
    <li loop="$global_menu->list=>$key1,$val1" class="active"|cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a>
     <ul cond="$val1['list']">
      <li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']"><a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a></li>
     </ul>
    </li>
   </ul>
  </div>
 </div>
 <hr />
 <div class="body">
  <div class="lnb">
   <div class="account">
    <img widget="login_info" skin="xe_official" />
   </div>
   <hr />
   .lnb
   <h2 loop="$global_menu->list=>$key1,$val1" cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a></h2>
   <ul loop="$global_menu->list=>$key1,$val1" cond="$val1['selected'] && $val1['list']">
    <li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']"><a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a>
     <ul cond="$val2['list']">
      <li loop="$val2['list']=>$key3,$val3" class="active"|cond="$val3['selected']"><a href="{$val3['href']}" target="_blank"|cond="$val3['open_window']=='Y'">{$val3['link']}</a>
      </li>
     </ul>
    </li>
   </ul>
  </div>
  <hr />
  <div class="content">.content{$content}</div>
 </div>
 <hr />
 <div class="footer">.footer</div>
</div>

 

꼭 레이아웃을 적용하지 않아도 된다는 글을 보고 제로보드 원프레임 만들때처럼 해봤더니 아래처럼 보입니다.

로그인 & 로그아웃에 문제가 생겼습니다.

 

02.png

<body>

<table border="0">
    <tr>
        <td>
            <p><img src="../XE.png" border="0" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="395, 241, 456, 258" href="../xe/notice1" target="ji">
<area shape="rect" coords="476, 242, 553, 256" href="../xe/levelup" target="ji">
<area shape="rect" coords="573, 239, 654, 256" href="../xe/support" target="ji">
<area shape="rect" coords="670, 238, 724, 257" href="../xe/event1" target="ji">
<area shape="rect" coords="382, 261, 396, 276" href="../xe/data1" target="ji">
<area shape="rect" coords="405, 260, 423, 276" href="../xe/data2" target="ji">
<area shape="rect" coords="448, 258, 506, 276" href="../xe/trans" target="ji">
<area shape="rect" coords="522, 257, 584, 278" href="../xe/PHOTO1" target="ji">
<area shape="rect" coords="602, 257, 661, 278" href="../xe/media1" target="ji">
<area shape="rect" coords="680, 257, 734, 277" href="../xe/news1" target="ji">
<area shape="rect" coords="748, 257, 796, 280" href="../xe/chatroom1" target="ji">
</map>
        </td>
    </tr>
    <tr>
        <td>
<iframe src=../xe/notice1 name=ji width=95% height=600 frameborder=0 marginwidth=0 marginheight=0 align=center scrolling=auto allowTransparency=true></iframe>
        </td>
    </tr>
</table>
<img src=../3.png>
</body>

 

http://www.xeschool.com/xe/  사이트가 도움이 될꺼라고 해서 봤는데 제가 이해력이 부족한건지

따라 한다고 해봤는데도 잘 안됩니다.

어느 부분이 잘못되었는지 알려주시면 복 받으실꺼예요.

 

긴글 읽어주셔서 감사합니다.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
호아금 (재질문)로긴위젯 스킨출력이 안되는데 무슨 문제일까요 ㅠㅠ [1] 2008.02.20 by gnee
강영곤 본문에그림 첨부시 생기는 태그때문에... [1] 2008.02.20 by gnee
황선혁 페이지 내용의 저장용량? [1] 2008.02.20 by 백성찬
daewoo 업뎃 후 페이지 수정이 안 됩니다  
mccallister 보안서버설치의 필요성? [2] 2008.02.20 by mccallister
공기정화 기본스킨 약한 질문..^-^; (사진 첨부했어요!!) [3] file 2008.02.20 by 공기정화
전동철190 이전 게시물 다음 게시물 나오게 할 수 없을까요?  
노승진972 회원가입 페이지 연결 질문 드립니다.  
이정제421 두개사이트 설치 [2] 2008.02.20 by gnee
공기정화 스킨제작 도와주세요 ㅜ_ㅜ(사진 첨부!) [1] 2008.02.20 by DY
비나무 레이아웃 관련 한 가지 확인 부탁드립니다. [3] 2008.02.21 by 비나무
정동승 로그아웃하면 상단에 위치한 메뉴가 모두 사라집니다. [5] 2008.02.21 by 정동승
sugarkane 주소 모듈값 변수 지정??~~ 질문 ㅠㅠ  
푸른행복 0.2.9 설치 후 백지 화면 문제 [2] 2008.02.21 by 푸른행복
날라리다 0.2.9 패치 이후 웹폰트 소스를 넣어도 적용이 안됩니다..;;  
list65 게시물 밑에 리스트목록 없애고 싶은데요.  
라이트 document_srl , sid 생성 규칙???  
노승진972 누구 제발 좀~ 답변 해주세요. ㅠㅠ [2] 2008.02.21 by 노쌩
BBaram 0.2.9 포럼 게시판에서 첨부가 안됩니다. [3] 2008.02.21 by 박세미
lightnsalt 레이아웃파일에서 인크루드 안 될 경우 서버셋팅 변경여부 [2] 2008.02.21 by lightnsalt
최미영396 제로보드 xe로 업그레이드 하면서 까페에 로그인 창을 달려고 합니다.  
heishgs.idtail.com/ 오픈아이디 적용에 대해서  
DY 도메인이요~~ 여러분들은 어디서 구입하셨어요??!! [3] 2008.02.21 by 된장맛껌
Holic1000y 질문요... [1] 2008.02.21 by 지연아빠
libider 0.2.9업그레이드 후 웹사이트 폭파되었네요. !!도와주세요 [5] 2008.02.21 by 부우우
찐♡ 게시판 관련 질문 드립니다. [2] 2008.02.24 by neo
빛소리 대왕지기님 이하 모든 분들께 [2] 2008.02.21 by 빛소리
부우우 사이트 두 개 운영할 때 [2] 2008.02.21 by 부우우
낙타맨 동영상 올리는 방법좀.. [2] 2008.02.21 by 부우우
꽃방구 메뉴가 삐뚤빼뚤... TT [1] file 2008.02.21 by 안형진