- Log in to Blogger in www.blogger.com [Click]
- In the Dashboard click the New Post
- Select Edit HTML
- Then follow the steps below
Steps to make the text blink :
[*]Copy / paste the code below
<blink>Welcome To team hacker</blink>How to make writing go to the right :
<marquee direction="right"><span style="color: rgb(255, 0, 0); font-weight: bold;">Welcome To team hacker</span></marquee>
How to Make Writing moves to the right and left :
<marquee direction="left" behavior="alternate"><span style="color: rgb(255, 0, 0); font-weight: bold;">team hacker is The Best</span></marquee>
How to make writing go to top :
<marquee align="center" direction="up" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()" height="100" width="95%"><span style="color: rgb(0, 255, 0); font-weight: bold;">team hacker is the beast</span></marquee>
How to write up and down :
<marquee align="center" direction="up" behavior="alternate" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()" height="100" width="95%"><span style="color: rgb(255, 0, 255); font-weight: bold;">Team Hacker Is the Best</span></marquee>
0 comments:
Post a Comment