How to Make Text Walking in Blog

How to Make Text Walking in Blog

How to Make Text Walking in Blog - Ever not you see the writing / text - paced sector in the blog? I think you must have seen it, the kind of writing such a marquee name, the actual function merely as decoration on the blog alone, almost the same as headline news, only that it is easier ngaturnya, especially in regulating the movement / behavior in the desired text. You are interested in making the running in the blog posts, please consider the following ways.

1. Login to blogger.
2. Click Layout >> Add a Gadget >> HTML/JavaScript(If you want to display on your blog widget).
3. Click save and see the results.

How to Make Walking in Blog Posts


1. The text moves from right to left

<marquee direction="left" scrollamount="2" align="center">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


2. The text moves from left to right

<marquee direction="right" scrollamount="2" align="center">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


3. The text moves back and forth from left to right

<marquee direction="left" scrollamount="2" align="center" behavior="alternate">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


4. The text moves back and forth from right to left

<marquee direction="right" scrollamount="2" align="center" behavior="alternate">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


5. The text moves from top to bottom

<marquee direction="down" scrollamount="2" align="center">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


6. The text moves from bottom to top

<marquee direction="up" scrollamount="2" align="center">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


7. The text moves back and forth from top to bottom

<marquee direction="up" scrollamount="2" align="center" behavior="alternate">MY BACKLINK 86</marquee>

The result

MY BACKLINK 86


8. Text moving zig - zag (diagonal) bounces

<center><marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"><marquee direction="right" behavior="alternate"> MY BACKLINK 86</marquee></marquee></center>

The result

MY BACKLINK 86


9. Text moving zig - zag (diagonal) translucent

<center><marquee direction="up" scrollamount="2" align="center" behavior="alternate" width="90%"><marquee direction="right">MY BACKLINK 86</marquee></marquee></center>

The result

MY BACKLINK 86


Note:
  • Direction: to regulate the movement patterns of text (left, right, up and down).
  • Scrollamount: to regulate the speed of movement of the text. Raise the numbers (from 2 to 3) to accelerate the movement and vice versa.
  • Behavior (scroll / slide / alternate): to set the movement behavior.