This Site Describes Things About Blogs and Websites Tips For Search Engine Optimization To Become Number One In All Search Engines

How to Makes Text Run

Posted by danial sentosa on Wednesday, March 21, 2012

marquee
My friends, the review this time I will give you a tips that I think will be very beneficial to you, which makes text run. Current text is often called a marquee, is an effect of motion on the text. Usually the current text is used by blog owners to display a message, link or banner to attract visitors.

In general, how to make the text run in the blog could use a basic html code as below

1.Make text runs from right to left (default)

code :  <marquee> mudsen.blogspot.com </marquee>

the results

mudsen.blogspot.com

2.Make the text runs from left to right (direction)

code:  <marquee behavior="scroll" direction="right" height="50" width="auto">mudsen.blogspot.com</marquee>

the results

mudsen.blogspot.com

3.Make text move to regulate the speed (scrollamount). You can change the number 30 on scrollamount = "30"

code:   <marquee behavior="scroll" direction="left" scrollamount="5">mudsen.blogspot.com</marquee>
<marquee behavior="scroll" direction="left" height="100" scrollamount="30" width="auto">mudsen.blogspot.com</marquee>

the results

mudsen.blogspot.com mudsen.blogspot.com

4.Make the text moves back and forth / bounce when they arrive at the edge of the left or right

code:  <marquee behavior="alternate">mudsen.blogspot.com</marquee>

the results

mudsen.blogspot.com

5.Make the text run with a blue background, to change the background (the background color of it) could replace the word "blue" in the bgcolor = "blue", another color color table can be found here

code:  <marquee bgcolor="blue" height="50" width="auto">
mudsen.blogspot.com
</marquee>

the results

mudsen.blogspot.com

Well friends. Maybe it tips I can give. Good luck.! And Hopefully Helpful. Yupp. Have a nice blogging. :)

{ 1 comments... read them below or add one }

Naveed Ahmad said...

good

Post a Comment