How To Add Different type Auto Scrolling Text or Marquee Text

Posted by Lasantha Bandara on April 29th, 2009 File Under : html0 Comment

This post explains you how to add Scrolling text to your blogger sidebars,blog posts,etc. This is a
another way to attract the visitors to your blog.

Use below codes to add Scrolling Text to your blogger post or widgets.

Scrolling Direction : LEFT

<marquee direction="Left">ENTER YOUR TEXT HER</marquee>

It will look like this :

ENTER YOUR TEXT HERE


Scrolling Direction : RIGHT

<marquee direction="right">ENTER YOUR TEXT HERE</marquee>

It will look like this :

ENTER YOUR TEXT HERE

Scrolling Direction : UP

<marquee direction="Up">ENTER YOUR TEXT HERE</marquee>

It will look like this :

ENTER YOUR TEXT HERE

Scrolling Direction : DOWN

<marquee direction="down">ENTER YOUR TEXT HERE</marquee>

It will look like this :

ENTER YOUR TEXT HERE

Scrolling Direction : Zigzag

<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">ENTER YOUR TEXT HERE</marquee></marquee>

It will look like this :

ENTER YOUR TEXT HERE

Scrolling Direction : ALTERNATE

<marquee behavior="alternate">ENTER YOUR TEXT HERE</marquee>

It will look like this :

ENTER YOUR TEXT HERE

File Under : html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.