这个是有 marquee effect 的移动状态,还有背景和框框。:)
1。Design > Edit HTML > 按 Ctrl + F 寻找 <head>
2。在 <head> 的上面 copy and paste 以下的 code:
<div style=' position:absolute; top:25px; left:5px; width:200px;'><center style='text-align: right;'>淑慧说:</center><div style='Background-image:url(背景图画 URL/Direct Link); repeat; padding: 5px; border:2px solid #524649; filter:alpha(opacity=1.5); border-radius:5px;'><center><marquee behavior='scroll' direction='left' scrollamount='4'>你想要写的东西</marquee></center></div><div style=' position:absolute; top:50px; left:50px;'/></div>
3。最基本就是这样。Preview 看看有没有,有的话就保存。:)
小解释:
我把上面的 code 分成几段来解释。
<div style=' position:absolute; top:25px; left:5px; width:200px;'>
<center style='text-align: right;'>淑慧说:</center>
padding: 5px;
border:2px solid #524649;
border-radius:5px;
<marquee behavior='scroll' direction='left' scrollamount='4'>你想要写的东西</marquee>
No comments:
Post a Comment