Scrolling Marquees

Scrolling Marquees are messages that scroll across the screen in different ways. These can look very nice if you use them appropriately. Following are a few codes and examples of Scrolling Marquees.
You can change the direction the marquee scrolls by putting DIRECTION=RIGHT after the behavior tag. You can also use DIRECTION=LEFT if you want the message to scroll to the left.

This is the code for the following marquee:

<FONT SIZE="4" FACE="TT" COLOR=white><MARQUEE WIDTH=100% BEHAVIOR=SCROLL BGColor=black> Scrolling Marquees are messages that scroll across the screen in different ways. These can look very nice if you use them appropriately. Following are a few codes and examples of Scrolling Marquees. </MARQUEE></FONT>

Scrolling Marquees are messages that scroll across the screen in different ways. These can look very nice if you use them appropriately. Following are a few codes and examples of Scrolling Marquees.

Here is the same code scrolling to the right:

Scrolling Marquees are messages that scroll across the screen in different ways. These can look very nice if you use them appropriately. Following are a few codes and examples of Scrolling Marquees.

Alternating marquees alternate sides when you view them. Most people do not change the direction on this since it will be alternating, but you can to change the initial direction or whatever you want.

<FONT SIZE="4" FACE="TT" COLOR=white><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=black>This marquee alternates directions when it scrolls. </MARQUEE>

It will look like this:

This marquee alternates directions when it scrolls.

Marquees using the SCROLL behavior scroll to one side. Here is an example.

The code for the marquee looks like this:

<FONT SIZE="4" FACE="TT" COLOR=white><MARQUEE WIDTH=100% BEHAVIOR=SCROLL DIRECTION=RIGHT BGColor=black LOOP=3>Marquees using the SCROLL behavior scroll to one side.</MARQUEE>

Marquees using the SCROLL behavior scroll to one side.

Here is the same thing only to the left this time:

Marquees using the SCROLL behavior scroll to one side.

Marquees using the SLIDE behavior slide when you view them.

This is the HTML for the sliding marquee.

<FONT SIZE="4" FACE="TT" COLOR=white><MARQUEE WIDTH=100% BEHAVIOR=SLIDE BGColor=black> Marquees using the SLIDE behavior slide when you view them. </MARQUEE>

Marquees using the SLIDE behavior slide when you view them.

You can also change the height and width of marquees, here is an example:

For the following marquee we used this HTML:

<FONT SIZE="4" FACE="TT" COLOR=white><MARQUEE BEHAVIOR=SCROLL HEIGHT=30 WIDTH=250 BGColor=black> You can change the size of the marquee to almost anything you want. Here are a few examples of marquees with different HEIGHT / WIDTH sizes. </MARQUEE>

You can change the size of the marquee to almost anything you want. Here are a few examples of marquees with different HEIGHT / WIDTH sizes.