Blogger Tips And Tricks
How to add moving text to Blog or website
In this tutorial i will tell you
How to add Moving text or Scrolling text or Marquee text in the Blog (Use HTML)
- Code For Moving text Right to Left
- Code For Moving Text With Background Colour:
- Code For Scrolling Text With Coloured Text & Background.:
- Code For Scrolling Text With Speed Contol.:
- Code For Scrolling Text With Direction Control.:
- Code For Scrolling Text With Alterate Behaviour.:
- Code For Moving Links.
- Code For Moving Image.:
- Code For Pausing the text when mouse Cursor is pointed over the text:
- Code For Moving Image Links.
<marquee>This is moving text Moving Right to Left </marquee>
To make it attractive,we will add background colour to it by bgcolor="hexadecimal code".
____________________________________________
2. Code For Moving Text With Background Colour:
<marquee bgcolor="#33cc99">This is moving text with Background Colour </marquee>
Code For Moving Text With Background Colour:
You will notice that text is not clearly readable.
So,we gonna change the colour of the text.
___________________________________________________
3. Code For Scrolling Text With Coloured Text & Background
<marquee bgcolor="#33cc99" style="color:white;">This Is Coloured Scrolling Text With Background Colour </marquee>
This Is Coloured Scrolling Text With background colour.
You can even control the speed of scrolling with scrollamount="
Put the value of number from 1 to 10.
Note: If you put value as 0 text will stop moving.
Now, I will teach you how to bold the moving text.
________________________________________
4. Code For Scrolling Text With Direction Control
You can even control the speed of scrolling with scrollamount="
Put the value of number from 1 to 10.
Note: If you put value as 0 text will stop moving.
Now, I will teach you how to bold the moving text.
________________________________________
4. Code For Scrolling Text With Direction Control
<marquee bgcolor="#33cc99" direction="up">This Is Moving Text with Up Direction </marquee>
This Is Moving Text with Down Direction
You can change the behaviour of the text also from scrolling to alternate
________________________________________________
5. Code For Moving Image.:
<marquee bgcolor="#33cc99" style="color:white;"><br />
Moving Image<img src="image url"><br />
</marquee>
Note:Replace image url by image Source address.
noralis3/03/2010
thanks buddy!
Reply
Thanks for the info. I have used one of the codes. Is it possible to make the moving text bigger? Waiting for the reply. Thanks again.
Reply
Yes You can for more info
http://technofreak-cooldude.blogspot.com/2010/05/make-text-bigger-in-html.html
Replyhttp://technofreak-cooldude.blogspot.com/2010/05/make-text-bigger-in-html.html
for colored text you have to use font tag so code looks like
<font color='red'>Your Text</font>
To make it moving put it in marquee tag
Now updated code is
<marquee><font color='red'>Your Text</font></marquee>
Reply<font color='red'>Your Text</font>
To make it moving put it in marquee tag
Now updated code is
<marquee><font color='red'>Your Text</font></marquee>
Anonymous6/27/2011
i like both moving images. But i want the text just below the image. Here it is image and text is in same line.
help me please fast...
Replyhelp me please fast...
u just need to add break line html tag i.e. <BR /> between image and text
so code looks like
<marquee bgcolor="#908767" style="color:white;"><img src="image url"><br />Text</marquee>
Replyso code looks like
<marquee bgcolor="#908767" style="color:white;"><img src="image url"><br />Text</marquee>
i can just add one like on Moving Links how do i put more link and i need little slow too please help me out
Reply
Anonymous1/18/2012
Plz send me patterns and series programs in C++.My email id is yogi2305@gmail.com
Reply
dear yogesh better never put ur enail as comment that is the best way to get scammed.
You are free to search this site for c++ programs
ReplyYou are free to search this site for c++ programs
Thnx Man,You give me what I was exactly Looking for.
www.freeroid.blogspot.com
Get games and apps for android for free.
Thnxzz
Replywww.freeroid.blogspot.com
Get games and apps for android for free.
Thnxzz
hi, i love your tips they work excellently on my blog, but how can i add another image to the marqee to make it sroll side by side, checkout out my blog, 247travelandtours.com
thanks
Replythanks
Your blog is very nice, I have learned more Keep up the good work I am grateful and I appreciate. Thanks.
Reply
Yes. It'sorking on my site
Thanx.
Dont forget to visit
www.nu9management.ucoz.com
ReplyThanx.
Dont forget to visit
www.nu9management.ucoz.com
Yes, It's working on my site.
Dont forget to visit
www.nu9management.ucoz.com
ReplyDont forget to visit
www.nu9management.ucoz.com
Anonymous1/10/2013
I really appreciate you making this available. It has become of extreme use to me. www.standalonemusic.com
Reply
Wow! This is excellent and much useful guide to moving/scrolling text. Thanks for sharing and tweeted :)
Reply
Left Direction
Right Directio