Hello All, First of all I'm new to HTML. I need some help with a website I'm trying to do for my wife. Here is what I’m trying to do: I need a long graphic (its number of pictures combined together) to scroll across the screen. Here's the code I'm using right now: <MARQUEE BEHAVIOR="ALTERNATE" DIRECTION="left" WIDTH="700" SCROLLAMOUNT="3" ONMOUSEOVER="this.stop();" ONMOUSEOUT="this.start();"><IMG SRC="image1.jpg" BORDER="0"></MARQUEE> This works out pretty good. But I want to go one more step further. Instead of it's moving on its own back and forth, how can I or is it possible to have a button (like, an arrow) at each end to control the direction of movement? I would really appreciate any suggestion you can provide. Thanks in advance! JJ