Add Marquee/Running Text on blog

See my Marquee / Running Text Below :-



#Multi level Dropdown menu  #Use of Meta tag  #Get paid from Bloggerwave  #Creating simple Dropdown Menu  #How to creat Tab view/Box  #Host your Blog  #Blogging tools  < And many more >




Just Look out my Marquee Text that scrooling right to left. I just use this code -



<marquee align="center" direction="left" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="2" width="100%">

#<a href="http://ttssn.blogspot.com/2010/01/new-multi-level-drop-down-menu.html" target="_blank">Multi level Dropdown menu</a>  #<a href="http://ttssn.blogspot.com/2010/01/meta-tags-importance-and-how-to-use.html" target="_blank">Use of Meta tag</a>  #<a href="http://ttssn.blogspot.com/2010/01/get-paid-from-bloggerwave.html" target="_blank">Get paid from Bloggerwave</a>  #<a href="http://ttssn.blogspot.com/2010/01/how-to-creat-dropdown-menu.html" target="_blank">Creating simple Dropdown Menu</a>  #<a href="http://ttssn.blogspot.com/2009/03/tab-view-is-very-usefull-box.html" target="_blank">How to creat Tab view/Box</a>  #<a href="http://ttssn.blogspot.com/2010/01/remove-or-hide-navbar-on-blog.html" target="_blank">Host your Blog</a>  #<a href="http://ttssn.blogspot.com/2010/01/blogging-tools-blogging-tools-to-create.html" target="_blank">Blogging tools</a>  < And many more >
</marquee>

The simplest code is -
<marque> Your Text </marque>

direction="left"
It direct text from right to left. You can change it to - Right / up / Down 

onmouseout="this.start()" onmouseover="this.stop()" 
It is a mouse over statement. You can remove it If you want.

scrollamount="2"
Scrollamount describe the speed of the marquee text. You can change it to higher or lower.