본문 바로가기
[컴관련 정보방]

[스크랩] Marquee Tag.txt

by 노란장미(아이다) 2007. 1. 14.

 

** 움직이는 글씨넣기 **

   <marquee> 하고싶은말 </marquee>
     기본형으로 왼쪽으로 무한 루프.
   <marquee behavior="alternate"> 하고싶은말 </marquee>
     오른쪽왼쪽 왔다갔다.
   <marquee behavior="slide"> 하고싶은말 </marquee>
     왼쪽에서 와서 멈춤.
   <marquee direction="right"> 하고싶은말 </marquee>
      오른쪽으로 무한루프.
   <marquee scrollamount="1"> 하고싶은말 </marquee>
      움직이는 속도-숫자 적을수록 느리게.
   <marquee loop="3"> 하고싶은말 </marquee>
      왼쪽으로 3회 반복-숫자는 반복횟수.
   <marquee bgcolor="yellow"> 하고싶은말 </marquee>
      노란색 바탕에 움직이는 글-색 자유 지정.
   <marquee direction="down"> 하고싶은말 </marquee>
      아래로 무한루프.
   <marquee direction="up"> 하고싶은말 </marquee>
      위로 무한루프.
   <marquee behavior="alternate" direction="up"> 하고싶은말 </marquee>
      위아래로 왔다 갔다. 


** 배경화면 넣고 흐르는 글 넣기 **

    <bgsound src="음악파일 주소">
            (음악파일 올리기)

    <center> or <left>,<right>
            (그림이나 글씨가 가운데, 또는 왼쪽, 오른쪽으로)
    <table background="배경으로 쓸 그림파일 주소"
            (백그라운드 그림의주소)
      jpgborder=15 width=300 height=300><tr><td border=0 width=300 height=300> 
            (보드번호와 크기)
    <marquee direction=up scrollamount=2><center><strong>
            (글씨가 올라가고 내려가고 숫자는 빠르기) (어디에) (글씨를 짙게 하려면)
    <font color=white size=4 face=고딕체>
            (글씨색깔과 크기와 글씨체)
    내용<p>(문장끊어서 한칸띄고, p 대신 br를 쓰면 줄 바꾸기)
    어쩌구<p>
    저쩌구<p>
    ...<p>
    ...<p>
    </font></strong></center>
    </marquee></td></tr></table>
    </center>
  

출처 : Marquee Tag.txt
글쓴이 : dolphin 원글보기
메모 :