I accepting request from BangDhika, I try to give tutorial about walking text or on HTML we can call it as Marquee. ^^
First time I knew this facility at Front Page. Just click Insert->Web Component->Marquee and DONE after U set the marquee
But how about if you dont have front page or want typing it at Ur blog? Its simple. I just give U the code, and copy paste it at your blog. Change the Text into Ur own text. Hope this tutorial help. If You have any question, pls feel free to ask
Code
| <marquee>THIS IS MOVING TEXT FROM RIGHT TO LEFT (DEFAULT)</marquee> |
Result
Code
| <marquee behavior=”slide” direction=”right”><b>THIS IS MOVING TEXT TO RIGHT ONCE TIME ONLY</b></marquee> |
Result
Code
| <marquee behavior=”alternate” direction=”right”>THIS IS MOVING TEXT FROM LEFT TO RIGHT AND LEFT TO RIGHT AGAIN</marquee> |
Result
Code
| <marquee direction=”up” height=”200″ scrollamount=”2″ onmouseover=”this.stop()” onmouseout=”this.start()” width=”100%” align=”center”><b>THIS IS MOVING TEXT FROM BOTTOM TO UPPER SIDE</b></marquee> |
Code at Wordpress
| <marquee direction=”up” height=”200″ scrollamount=”2″ onmouseover=”this.stop()” onmouseout=”this.start()” width=”100%” align=”center”> <?php /* Get links from the second category (create a new category named links) */ get_links(’2′, ‘<li>’, ‘</li>’, ‘<br />’, 0, ‘name’, 0, 0, -1, 0); ?> </marquee> |
Result
It work at my website. weird its not able to be viewed at this post. HmmmmBut trust me this is correct code. lol
If you like my post, please Subscribe to this blog by Email or by RSS FEED






































14 Users Responded in " [HTML] Moving Text (Marquee) Tutorial "
it works on your post ^_^
really? I dont se it moving. wahaah
thx for letting me know. I depress editing it over and over again. lol
try to use Opera to view it
Oh iya itu works. wahahaaha
huh it works on Firefox too
ahahaha in my firefox its not moving. Thats why I’m worring about it
very good..^_^
thx for the help
huh?
can u xplain to me about marquee code at wp? i dont get it…
I dont using WP.com. But if U can find how U can change Ur sidebar.php, just put the code between DIV code at your sidebar.php. Hope it help
Thank’s a lot for code
Pingback & Trackback
Leave A Reply Here