◆文字飄落 跑馬燈◆
語法:
<marquee scrollamount=落下速度 direction="down" width=寬度 height=高度><font size=字體大小 color=#色碼>要打的文字</font></marquee>
說明:
scrollamount=落下速度 數字越小,速度越慢。
direction="down" 移動方向=下來
範 例:
上面範例的語法就是這樣~
<marquee scrollamount=4 direction="down" width=60 height=80><font size=5 color=#788aff >鱉</font></marquee>
<marquee scrollamount=5 direction="down" width=60 height=80><font size=5 color=#788aff >鱉</font></marquee>
<marquee scrollamount=6 direction="down" width=60 height=80><font size=5 color=#788aff>饅</font></marquee>
<marquee scrollamount=7 direction="down" width=60 height=80><font size=5 color=#788aff >頭</font></marquee>
<marquee scrollamount=8 direction="down" width=60 height=80><font size=5 color=#788aff>の</font></marquee>
<marquee scrollamount=9 direction="down" width=60 height=80><font size=5 color=#788aff >城</font></marquee>
<marquee scrollamount=10 direction="down" width=60 height=80><font size=5 color=#788aff >堡</font></marquee>
注意:
如您 預覽時發現字體不正確排列,問題就是出在。。。。
貼上語法時所多出的空格導致~將這些空格清除,讓其語法行成一整長串
就會正確囉!