want to know how...?!!
2. Log in to Dashboard
3. Select Layout
4. Add Target / Add Target As (up to you)
5. Choose HTML / JavaScript
6. Copy Paste the script below:
<marquee>your sentence</marquee>
Runs from left to right without border
How to write:
<marquee direction="right">your sentence</marquee>
Walk right and left without border
your sentence
How to write:
<marquee behavior="alternate">your sentence</marquee>
Runs from right to left, but will stop when the mouse is over the text
How to write:
<marquee onmouseover="this.stop()" onmouseout="this.start()">your sentence</marquee>
This example marquee left-right with a speed which can be set by adding the command "scrollamount"
your sentence
How to write:
<marquee behavior="alternate" scrollamount="18">your sentence</marquee>
You can adjust the speed according to your taste by changing the value or number on the word scrollamout
How to write:
<marquee direction="up">your text</marquee>
How to write:
<marquee direction="down">your text</marquee>
your Text
How to write:
<marquee direction="up" behavior="alternate" scrollamount="18">your text</marquee>
If now marquee with a barrier are usually for the word / sentence order, that is not tootake place, move up and will stop when your mouse is above it
How to write:
<marquee direction="up" onmouseover="this.stop()" width="200" scrollamount="3" onmouseout="this.start()" height="100">your text<br>your text<br>your text<br>your text<br>your text<br>your text<br></marquee>
It's that down and "bablas" wrote even though your mouse is above it (without codemuoseover ....)
How to write:
<marquee direction="down" width="200" scrollamount="4" height="100">your text<br>your text<br>your text<br>your text<br>your text<br>your text<br></marquee>
This with the command "center" for writing in the middle position the form / frame:
How to write:
<center><marquee direction="up" onmouseover="this.stop()" width="200" scrollamount="1" onmouseout="this.start()" height="100">your text<br>your text<br>your text<br>your text<br>your text<br>your text<br></marquee></center>
7. Save ....
8. Done ^ _ ^
LET'S SHARE *** ***
No comments:
Post a Comment