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
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
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
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
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
Well friends. Maybe it tips I can give. Good luck.! And Hopefully Helpful. Yupp. Have a nice blogging. :)
Filled Under:
Blog and Website Tips
How to Makes Text Run
Posted By:
Blog and Website Tips Admin
on 8:14 AM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment