Wednesday, September 7, 2011

Auto Scrolling Text for Website or Blog

How to Make Auto Scrolling Marquee Text in your website or in your blog gadget Using HTML

All what you need to do is to copy this code to your html code after replacing (Your Lines) with your text. for blogger gadget- go to design and add a HTML\Java Script gadget and paste this code there.
Done :)

Code:

<div class="textwidget"><marquee direction="up" width="250" onmouseover="this.stop()" scrollamount="2" onmouseout="this.start()" height="200" align="center">
Your Lines
Your Lines
Your Lines
Your Lines
</marquee></div>

Demo:


Your Lines
Your Lines
Your Lines
Your Lines

0 comments:

Post a Comment