How to add scrolling text to a blog post
Do you wonder how some blogger make the scrolling text in their blog post ?
Actually it is really easy as ABC.
Example as below
To make a scrolling text,follow the rule as below :
<marquee>Enter your text here</marquee>This tips also work with the image.
<marquee class="html-marquee" direction="left" behavior="scroll" scrollamount="12" ><img src="ImageUrlHere"> </marquee>
That's it.Now you text/image will scroll.
Comments