Facebook Twitter Delicious Stumble Upon

Our site

Our new site is this so visit here www.xoftwarecity.blogspot.com

Latest News Ticker

How To Add MARQUEE TEXT | Text Animation


Today in this tutorial, I will expose a simple Blogger tricks that will explain how to add moving text or text animation in post. You can move text from left to right ,right to left, up to down or down to up. To add a animated text you just need to use <marquee> tag.  It is also called marquee effect. Lets begin with simple examples.

Keep your animated text between marquee tag.
<marquee>Add your text here....</marquee>
download4allz.blogspot.com

Animate Text From Left to Right

<marquee direction="left">Add your text here....</marquee>
This will show as this :
Download4allz.blogspot.com

Marquee Text From right to left

You can change the direction of the text by using this tag in the beginning :
<marquee direction="right">Add your text here....</marquee>

Download4allz.blogspot.com




Move Text From Down to up

<marquee direction="up">Add your text here....</marquee>
Download4allz.blogspot.com


To add a background color use this code :
<marquee direction="right" width="100%" style="background:#EC4F52"><font color="white">Add your text here...</font></marquee>
It will look like this :
Download4allz.blogspot.com
Related Posts Plugin for WordPress, Blogger...

COMENTSSSSS