NEWS DAILY
..... INDO BLOG'S

Tuesday, October 18, 2011

Make the text runs


Here I just want to share knowledge on friends, how to make the text runs on blogs or websites. Rules make the text runs that is with adding tags <marquee>Your Text</marque>.

Here is a method that can be used :
  • Text runs from left to right
<span style="font-family:arial; font-size: 14px; font-weight:bold; color:white;"> <marquee direction="left" scrollamount="5" height="20px" widht="100%" bgcolor="red">YOUR TEXT</marquee></span>


Example :
YOUR TEXT
  • Text runs from bottom to top
<span style="font-family:georgia; font-size: 14px; font-weight: bold; color: white;"> <marquee direction="up" scrollamount="4" height="100" widht="100%" bgcolor="red">YOUR TEXT</marquee></span>


YOUR TEXT


Note : Put the code in javascript widget and if you want to place it on a post page you can use with edit html to use it.

No comments: