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.




This is moving text Moving Right to Left
Code For Simple Moving Text:



But Simple Moving Text Looks really ugly.
To make it attractive,we will add background colour to it by bgcolor="hexadecimal code".






This is moving text With Background Colour

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.







This Is Coloured Scrolling Text With background colour.

Code For Scrolling Text With Coloured Text & Background.:



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.









This Is Coloured Scrolling Bolded Text With background colour.

Code For Bolded Scrolling Text With Coloured Text & Background.:



You can make the text italic or underlined by replacing <b> with <i> or <u>.








This Is Scrolling Text with scrollamount="6"

Code For Scrolling Text With Speed Contol.:



You can change direction of text with direction="option"

And options are left,right,up,down

Note:By default direction is set to left.
By using direction ,you are telling text in which direction to go.








This Is Moving Text with Up Direction
This Is Moving Text with Down Direction
This Is Moving Text with Left Direction
This Is Moving Text with Right Direction

Code For Scrolling Text With Direction Control.:



You can change the behaviour of the text also from scrolling to alternate








This Is Moving Text with Alternate Behavior

Code For Scrolling Text With Alterate Behaviour.:



Note:By Default,behavior is set to scroll. Check the spellings of behaviour ,its behavior










Yahoo | Google | Blogger tips and tricks

Code For Moving Links.:



Note:replace url with page address and link with text which should appears on moving text as link

In above case url is http://yahoo.com and link is yahoo.
http://google.com as url and google as link.

Place as many links as you wish.








image1.jpg

Code For Moving Image.:



Note:Replace image url by image Source address.








This Text Can be Paused.Just Point Mouse Over It.

Code For Pausing the text when mouse Cursor is pointed over the text::


Now,We will use all of the features mentioned above








Follow me on Twitter

Code:






In above case m using image as a link
These features can be very usefull to give important news or making your blog attractive













1.Login to Blogger.com

2.Click on Layout

3.Click on Add element

4.Html/Text

5.Paste the code



You Are Free To Ask The Questions By Commenting.

25 comments:

  1. 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.

    ReplyDelete
  2. Yes You can for more info
    http://technofreak-cooldude.blogspot.com/2010/05/make-text-bigger-in-html.html

    ReplyDelete
  3. It doesnt work in my template can you help please? :(

    ReplyDelete
  4. Anonymous9/04/2010

    great!!!

    ReplyDelete
  5. it's say "the tittle cannot be accepted. Tag Is Broken : MARQUEE

    ReplyDelete
  6. thanks for sharing^_^

    ReplyDelete
  7. i want colored text but not colored background

    ReplyDelete
  8. 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>

    ReplyDelete
  9. 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...

    ReplyDelete
  10. 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>

    ReplyDelete
  11. thanks for the tips...

    ReplyDelete
  12. Anonymous10/29/2011

    This Is Moving Text with Alternate Behavior it dont work for me

    ReplyDelete
  13. It work for me, but how can I make it moves slower?

    ReplyDelete
  14. Anonymous12/27/2011

    The "marquee" element is invalid and does not work in some web browsers.

    ReplyDelete
  15. 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

    ReplyDelete
  16. Anonymous1/18/2012

    Plz send me patterns and series programs in C++.My email id is yogi2305@gmail.com

    ReplyDelete
  17. 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

    ReplyDelete
  18. it's very well nice info about running text, clear, thanx bro

    ReplyDelete
  19. thanks for sharing awesome tips.

    ReplyDelete

If You Like The Post Or want to Add Something More
then feel free to comment