When we watch a TV news program other television stations, we often find some important news text that is displayed in the form of running. The text that runs it is called by the name of Running Text. In the world of Webmaster, Running Text has another term is "Marquee".
By adding a marquee effect on the text, the center of attention of visitors to the text it will be more focused. So for bloggers who want to make an announcement, you should use the marquee effect. 
Adding a marquee effect on a text is not difficult because the HTML code used is very simple:
<marquee> Text Here ... </ marquee>

Marquee Demo


The text runs to the left
Welcome to tutorialblogspot.com
Walk to the right text
Happy blogging for all of Indonesians bloggers
Text goes up
This is the best site to learn about blogs
Text goes down
How to make moving text in blogs
Text goes back and forth (to the left and to the right)
Get tips computer tricks here
Zig-Zag running text
Zig Zag Walk Text Posts

1. The text runs to the left
<marquee> Text here ... </ Marquee>
2. Walk to the right text
<marquee direction="right"> Text here ... </ Marquee>
3. Text goes up
<marquee direction="up"> Text here ... </ Marquee>
4. Text goes down
<marquee direction="down"> Text here ... </ Marquee>
5. Text goes back and forth (to the left and to the right)
<marquee behavior="alternate"> Text here ... </ Marquee>
6. Zig-Zag running text
<marquee direction="up" behavior="alternate"> <marquee behavior="alternate"> Text here ... </ Marquee> </ marquee>
Is marquee code above we can customize? Obviously could, marquee above HTML code can be adapted to the style or desire of bloggers. Consider the example below! 

1. Text stop when directed Cursor
Code: onMouseOver = "this.stop ()" onMouseOut = "this.start ()" Example application code: <marquee onMouseOver = "this.stop ()" onMouseOut = "this.start ()" > Text here ... </ Marquee>
2. Adding Background in running text
Code: bgcolor = "blue" (Blue is the color code, can be replaced with a favorite color pal) Examples of the application of the code: <marquee bgcolor = "Blue" > Text here ... </ Marquee>
3. Set the text speed run
Code: scrollamount = "2" (figure 2 is the speed of running text, please adjustable) Example application code: <marquee scrollamount = "2" > Text here ... </Marquee>
4. Set the width of the text runs
Code: width = "300" (Set own width. If bloggers want to set too high, just replace the word bloggers width becomes hight) Examples of the application of the code: <marquee width = "300" > Text here ... </Marquee>

Marquee text or text runs can also be applied to the widget. You can simply put the widget code BETWEEN marquee code.

If you like our post or have any suggestion or got stuck at any steps implementing the widget to your blog then leave a comment below i will be glad to help you out. Subscribe to our blog, Like us on Facebook, +1 on Google+. Keep Blogging!

Share Us:

0 comments:

Post a Comment

 
Top