6,615 Views
18 Jul
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
|
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
This site Best viewed at MOZILLA FIREFOX 1024 x 768 px
If you use other browser, maybe you will find error.
Want to get Firefox FREE to browsing SAVER and FASTER?
Just click link bellow and install it at your PC
![]()
WANT EXCHANGE LINK?
Click This link to add Ur link FREE
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..^_^
[...] cant get the third down bit of code to work [html] Moving Text (Marquee) Tutorial it it right? [...]
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