Marquee



If you find any of this helpful please but one of my banners on your page so others can find the site.
* do not contact Tamara for help with any of these codes. Please read the site FAQ to know why.
Where it says "TEXT HERE" enter the text you want to be shown
You can also make your images scroll using Marquees. Just put the image code <img src="YOUR IMAGE URL HERE"> where it says TEXT HERE in the marquee code

Basic marquee


example:TEXT HERE
Code: <marquee>TEXT HERE</marquee>



Bouncy Marquee


example:TEXT HERE
Code: <marquee behavior=alternate>TEXT HERE</marquee>



Marquee with background color


example:TEXT HERE
where it says color here enter the color you want as the text background
Code: <marquee bgcolor=COLORHERE>TEXT HERE</marquee>



Directional Marquee


example:TEXT HERE
Where it says DIRECTIONHERE in the code write either up, down, left, or right depending on which one you want.
Code: <marquee direction=DIRECTIONHERE>TEXT HERE</marquee>



Maquee with set speed


example:40 speed 5 speed
Where it says NUMBER enter a number. the higher the number the faster your marquee will be.
Code: <marquee scrollamount=NUMBER>TEXT HERE</marquee>



Mouseover speed marquee
example:PUT YOUR MOUSE OVER ME & I SLOW DOWN!
where there is a # in the code replace it with a number. the higher the number the faster your marquee. The first # is for when your mouse is over the marquee, the second # is the speed it going to be when your mouse isnt over it. In the code above i used the numbers 4 (first #) and 12 (second #)
Code: <marquee onMouseover="this.scrollAmount=#" onMouseout="this.scrollAmount=#">TEXT</marquee>