묻고답하기

제로보드만 하다가 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 남기남
권용철440 업그레이드시 애러가 나옵니다.  
MC 바리반디 xe로 오면서 답글기능 사라졌습니까?  
임민용 도메인구입을 했습니다.. [1] 2008.02.19 by gnee
gnee [해결완료] [2] file 2008.02.19 by gnee
saggitarius 방명록에 관한 질문입니다 [1] 2008.02.19 by 타골라스
gnee 0.2.9패치후 파일첨부가 안되네요''ㅂ''; [1] file 2008.02.20 by bradly1
sugarkane 개인 아이디별 권한 설정...  
Daltanang XE마이그레이션을 통한 백업 확장변수는 안되나요?  
amadeus2 xe 에디트플러스에서 수정문의 [1] 2008.02.20 by carpediem813
윤민호335 제로보드XE beta ver 0.2.9 에서 카테고리 복사기능은 ? [1] 2008.02.20 by gnee
gnee 이댓글을... 레이어가 멀리 출력되네요TㅅT file  
ssari.myid.net 관리자 회원에서 주소 추가 및 생일 지우기... [2] 2008.02.20 by ssari.myid.net
노승진972 [급] 회원가입 페이지 연결 질문 드립니다.  
Sonamu cache 파일을 삭제하려면 [2] 2008.02.20 by Sonamu
강유리164 [제발부탁요] 회원가입 페이지가 안보입니다.(..로딩중?) [3] 2008.02.20 by 강유리164
JUNS 게시판에 "글 입력란" 하고 "글씨 속성" 조정툴 등이 없어져...  
프로엔진 FAQ 스타일의 게시판은 어떻게 만들어야 하나요?  
이익상966 zbXE-style에서 메뉴의 한글이 깨지는 현상  
비밀얌 업데이트 이후 게시판 글쓰는 곳에 클릭이 안되요 [2] 2008.02.20 by 비밀얌
한마디 제로님 필독 바랍니다. file  
라이트 회원정보 가입폼 추가시 주소정보 항목에 대해... [1] 2008.02.20 by 라이트
호아금 외부 페이지에서 스크립트 사용...  
TommyLee 서명을 쓸수가 없어요~~~ [1] 2008.02.20 by TommyLee
미령 이전글과 다음글을 보게 할수 있을까요?  
mccallister [해결됨]메인화면에 나오는 선을 지우고 싶습니다. [5] file 2008.02.20 by mccallister
mccallister [해결됨]서브메뉴에서 2차 3차메뉴 설정좀 질문드릴께요^^;; [2] 2008.02.20 by mccallister
mccallister [해결됨]웹진에서 번호/제목/글쓴이 부분 조정하고 싶습니다. [2] 2008.02.20 by mccallister
가파 도와주세요 [1] file 2008.02.20 by 대암지기
호랭군 페이지에 css 적용하는 방법 좀... [1] 2008.02.20 by 황선혁
가파 고수님들 도와주세요 file