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:
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:
0 comments:
Post a Comment