Working with Marquees
<marquee direction = down height = 200>
hello<br>
goodbye
</marquee>
hello
goodbye
<marquee direction = left height = 70>
hello<br>
goodbye
</marquee>
hello
goodbye
<marquee behavior = alternate height = 100>
hello<br>
goodbye
</marquee>
hello
goodbye
<marquee behavior = alternate height = 100 scrolldelay = 1000>
hello<br>
goodbye
</marquee>
hello
goodbye


Direction can be up, down, across, left or right. Experiment with Height and Width.

Experimant with pictures in your marquee