나눔터  
  HOME > 나눔터 > 묻고답하기 > 프론트페이지
프론트페이지
프론트페이지에 대한 질문과 답변을 올려주세요. 단, 취지에 맞지 않는 글은 운영자가 삭제합니다.
 "000 님, 도와주세요", "부탁 드립니다.", "급합니다!" 등과 같이 막연한 제목을 달지 말아주세요.
[필독] 빠르고 정확한 답변을 얻는 16가지 Tip !
[필독] 저작권법 개정에 따른 이용안내
작성자:  

 오리뽀다 (orippoda)

추천:  45
파일:     조회:  2402
제목:   소스 복사해서 붙여넣을때;;
     
  * 답변하시는 분들께 도움이 되도록 자신의 환경을 아래 항목 옆에 기재해 주세요.

1. 프런트페이지 버전(98,2000,2002):2002
2. 윈도우즈의 버전(win95,win98,winME,winNT,win2000,winXP):xp
3. CPU (486,PentiumI/II/III/IV...):
4. RAM (32,64,128,256,512MB,1G...): 

* 아래줄에 질문을 작성하세요 >> 
안녕하세요~

웹 서핑중 문서에서 html 소스를 프론트페이지에서 붙여넣기 하니 이렇게 되네요.
ㅡㅡ~
<STYLE TYPE="text/css"><BR>#cache {<BR>    position:absolute; 
<BR>}<BR></STYLE><BR><DIV ID="cache"><BR><table border="0" 
cellPadding="0" cellSpacing="0" 
width="200"><BR>  <tbody><BR>    <tr><BR>      <td 
bgColor="#bde794" width="200"><BR>        <table border="0" 
cellPadding="0" cellSpacing="1" 
width="200"><BR>          <tbody><BR>            <tr><BR>              <td 
height="21" width="705"> <font 
size="2"><b>로딩중</b></font></td><BR>            </tr><BR>            <tr><BR>              <td 
bgColor="#ffffff" width="200"><BR>                <table border="0" 
cellPadding="1" cellSpacing="2" 
width="75"><BR>                  <tbody><BR>                    <tr><BR>                      <td 
height="16" noWrap width="200">지금은 로딩중입니다.<br>잠시만 
기다려주세요.</td><BR>                    </tr><BR>                  </tbody><BR>                </table><BR>              </td><BR>            </tr><BR>          </tbody><BR>        </table><BR>      </td><BR>    </tr><BR>  </tbody><BR></table><BR></DIV><BR><BR><SCRIPT 
LANGUAGE="JavaScript"><BR><BR>var nava = (document.layers);<BR>var dom = 
(document.getElementById);<BR>var iex = (document.all);<BR>if (nava) { cach = 
document.cache }<BR>else if (dom) { cach = 
document.getElementById("cache").style }<BR>else if (iex) { cach = cache.style 
}<BR>largeur = screen.width;<BR>cach.left = 
Math.round((largeur/2)-200);<BR>cach.visibility = "visible";<BR><BR>function 
cacheOff()<BR>        {<BR>        cach.visibility = 
"hidden";<BR>        }<BR></SCRIPT>

@@??

<STYLE TYPE="text/css">
#cache {
    position:absolute; 
}
</STYLE>
<DIV ID="cache">
<table border="0" cellPadding="0" cellSpacing="0" width="200">
  <tbody>
    <tr>
      <td bgColor="#bde794" width="200">
        <table border="0" cellPadding="0" cellSpacing="1" width="200">
          <tbody>
            <tr>
              <td height="21" width="705"> <font size="2"><b>로딩중</b></font></td>
            </tr>
            <tr>
              <td bgColor="#ffffff" width="200">
                <table border="0" cellPadding="1" cellSpacing="2" width="75">
                  <tbody>
                    <tr>
                      <td height="16" noWrap width="200">지금은 로딩중입니다.<br>잠시만 기다려주세요.</td>
                    </tr>
                  </tbody>
                </table>
              </td>
            </tr>
          </tbody>
        </table>
      </td>
    </tr>
  </tbody>
</table>
</DIV>

<SCRIPT LANGUAGE="JavaScript">

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { cach = document.cache }
else if (dom) { cach = document.getElementById("cache").style }
else if (iex) { cach = cache.style }
largeur = screen.width;
cach.left = Math.round((largeur/2)-200);
cach.visibility = "visible";

function cacheOff()
        {
        cach.visibility = "hidden";
        }
</SCRIPT> 
<--이거를 복사했는데 말이죠..

어찌 방법이 없을까요?

답변 부탁드립니다~~ (__)
 
[불량 게시물 신고]  
        
  

작성일 : 2002-12-19(21:26)
최종수정일 : 2002-12-19(21:26)
 


 ◎ 관련글

  제 목   작성자   날짜
소스 복사해서 붙여넣을때;; 오리뽀다 2002-12-19
[RE]소스 복사해서 붙여넣을때;; 대구루루 2002-12-21