To add a Marquee use this code.
-:] Code -          <marquee>Words or Images </marquee>

    To add a direction to a Marquee [direction="right"] Xample This one is moving right now it can go right, left, up, or down.
-:] Code -          <marquee direction="right">Xample</marquee>

    To add a Behavior to a Marquee [behavior="alternate"] WORD This one is one does not marquee away, it bounces back and forth
-:] Code -          <marquee behavior="alternate">Xample</marquee>

    To add a direction to a the alternate Marquee [behavior="alternate" direction="right"]Xample This alternate is movin right now
-:] Code -          <marquee direction="right" behavior="alternate">Xample</marquee>

    To add a scrollamount to a the alternate Marquee [scrollamount="1" behavior="alternate" direction="up"] Xample Now the speed of the marquee changes, make it faster or slower and look its moving up and down.
-:] Code -          <marquee scrollamount="1" direction="up" behavior="alternate">Xample</marquee>

    To make the marquee travel only a certain distance [height="15%" behavior="alternate" direction="up"] Xample See it only goes a certain lenght, make it longer or shorter.
-:] Code -          <marquee height="5%" scrollamount="1" direction="up" behavior="alternate">Xample</marquee>
If you are using a right or left DIRECTION change Hight to Width.

    To give a more dramatic marquee effect use this code: Xample
-:] Code -          <marquee behavior=alternate direction=up width=20%><marquee direction=RIGHT OR LEFT behavior=alternate>Xample</marquee></marquee>

    To give a more dramatic marquee effect use this code:

W
O
R
D


-:] Code -          <MARQUEE DIRECTION=UP SCROLLDELAY=1 SCROLLAMOUNT=1 WIDTH=25% STYLE="text-align:justify;filter:wave(add=5, phase=10, freq=5, strength=100);"><center><font color="FFFFFF"; size=2><br>W<br>O<br>R<br>D<br></marquee></font></center>

    To give a more dramatic marqee effect use this code:
w

o

r

d


    To pause the marquee when the mouse hovers over it, use this code: Hover over me!!
<marquee SCROLLAMOUNT="2" DIRECTION="up" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=2" border="0"></marquee>


You should now be able to marquee words or images. Make your image move in any direction [direction="left"] give it a behavior [behavior="alternate"] make it fast or slower [srollamount="1"] and make the marquee travel a certain leght [width="15%"]