묻고답하기

안녕하세요 !

 

메뉴에서 페이지를 연결하고

페이지수정에서  내용직접추가에서 html편집으로 해서

 

아래와 같은  내용을 삽입하고 저장하면 아무것도 나오지 않고 아무것도 없는 것처럼 나옵니다.

 

그런데 이내용을 독립파일로 된것을 실행하면 잘되는데 알수가 없군요

무엇인가가  레이아웃과 페이지 내용이 합쳐지는 과정에서 자동으로 페이지 추가한 내용을 지우는것 같은데

고수님들의 조언을 바랍니다.

 

----------------------------------------------------------------------------------------------------------------

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <title> 슬라이드 테스트 </title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <meta name="author" content="Aeron Glemann (http://www.electricprism.com/aeron/)" />
 <meta name="copyright" content="Copyright (c) 2008 Aeron Glemann (http://www.electricprism.com/aeron/), Creative Commons License (http://creativecommons.org/licenses/by/3.0/)" />
 <meta name="description" content="Slideshow 2! A javascript class for Mootools 1.2 to stream and animate the presentation of images on your website. This page features an example of integration with Lightbox." />
 <link rel="stylesheet" type="text/css" href="./css/slideshow.css" media="screen" />
 <link rel="stylesheet" type="text/css" href="./css/slideshow640.css" media="screen" />
 <link rel="stylesheet" type="text/css" href="./css/lightbox.css" media="screen" />
 <style type="text/css">
    a { color: #ffffff; }
    a:hover { text-decoration: none; }
    code { color: #ffffff; font: normal 10px Monaco, monospace; }
    em { color: #ffffe1; font-style: normal; }
    h1 { color: #000000; font: normal 12px/16px Arial, sans-serif; padding: 0 20px 16px; text-transform: lowercase; }
    h1:before { content: '.'; }
    p { color: #ffffff; font: normal 12px/16px Arial, sans-serif; padding: 0 20px 16px; }
 </style>
 <script type="text/javascript" src="./js/mootools.js"></script>
 <script type="text/javascript" src="./js/slideshow.js"></script>
        <script type="text/javascript" src="./js/slideshow640.js"></script>
 <script type="text/javascript" src="./js/lightbox.js"></script>
        <script type="text/javascript" src="./js/slideshow.kenburns.js"></script>
 <script type="text/javascript">  
 //<![CDATA[
   window.addEvent('domready', function(){
     var data = {
         'sample1.jpg ': { caption: ' 홍길동 - 바다   ' },
'sample2.jpg ': { caption: ' 홍길동2 - 비행기  ' }
            };

 


     // Note the use of "linked: true" which tells Slideshow to auto-link all slides to the full-size image.
            var myShow = new Slideshow.KenBurns('show2', data, { captions: true, controller: true, delay: 3500, height: 420, hu: 'test/dsp1/',overlap: false, resize: true, linked: true, width: 520, pan: 50, zoom: [0, 0] });
     // Here we create the Lightbox instance.
     // In this case we will use the "close" and "open" callbacks to pause our show while the modal window is visible.
      var box = new Lightbox({
     'onClose': function(){ this.pause(false); }.bind(myShow),
     'onOpen': function(){ this.pause(true); }.bind(myShow)
   });
  });
 //]]>
 </script>
</head>
<br clear>
<body>


<table ALIGN=center><tr><td  ALIGN=center>

<img  src="./dsp1/Title.gif" alt="disp1" ALIGN=center >
<font size=2>
</font>

</td></tr><tr><td  ALIGN=center>

<div id="show2" class="slideshow640">
    <a rel="lightbox" href="./dsp1/sample1.jpg">
      <img src="./dsp1/sample1.jpg" width="520" height="420" alt="Slideshow 2! Example 2: Integration with Lightbox" />
    </a>
  </div>

</td></tr>
<tr><td ALIGN=right>

</td></tr>
</table>

 

 

  <!-- Google Analytics -->
 
 
</body>
</html>

 

------------------------------------------------------------------------------------------

 

사실 이렇게 해서라도  언어에 따라 수정해서 언어별 페이지 내용이 다르게 보이게 해볼려고 하는데....

 

 

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
쿠쿠리~* DTD 선언을 하니깐 테이블 %적용이 안되요 file  
미령전설 이전,다음글 감사합니다! 그런데!!  
낭만홀리님 엮인글 설정 방법 좀 알려주세요. [4] 2008.05.31 by 낭만홀리님
onze 댓글의 이미지 리사이즈되도록 설정하는 방법?  
건즈 블로그 게시판에서 맨 위에 목록 출력하는 법  
최민철770 알면 답변좀 하시면 감사...홈페이지를 블로그 형태로... [1] 2008.05.31 by 백성찬
미친다미쳐 게시물 랭킹  
낭만홀리님 트랙백 권한 관련  
질문 게시판스킨을 바꾸면 관리자페이지도 바뀌는데 관리자는 기본스킨쓸수 없나요?? [2] 2008.05.31 by 질문
그림혼자 그림혼자만 있게할수없나요? [1] file 2008.05.31 by 우야꼬
토니박스 권한이 없습니다" 문구 수정 [2] file 2008.05.31 by 토니박스
김민787 로그인을 게시판이 아닌 무조건 레이아웃에서 [2] 2008.05.31 by 김민787
미친다미쳐 로그인스킨에서 말입니다. [2] 2008.05.31 by 미친다미쳐
오토썬 파일첨부 시 오류가납니다 http error [3] file 2008.05.31 by 백성찬
휴먼플러스 게시물에 단 설문조사를 게시물 밖 페이지로 출력하는 법 [1] 2008.05.31 by 우야꼬
완전똘 레이아웃 적용에 관한 질문... [1] 2008.05.31 by imsoo.net
미령전설 이전,다음에서 썸네일 이미지 추출하기 file  
여러가지 질문 중요 (진짜급해요. ),재발알려주세요. [3] 2008.05.31 by SM3
슬픈눈처럼 제로보드 고수님들 뭐좀 물어 볼게염 ㅠㅠ [1] 2008.05.31 by imsoo.net
데오필로 게시판 본문내용에 link 클릭시??? [2] 2008.05.31 by 데오필로