How to Have the Banner Auto Scroll

Asked By 20 points N/A Posted on -
qa-featured

I'm a newbie web developer and my client on this project is a friend of mine. She wants me to create a simple website for her small clothing business. But, she required me to have this banner auto scroll on her homepage. The banner, which is an image of her products, has to scroll automatically. Could you please suggest some tricks that I could use on this part? What language could I use? Thanks.

SHARE
Answered By 0 points N/A #194983

How to Have the Banner Auto Scroll

qa-featured

Hi,

The first thing you have to do is upload the pictures or the images of the product you want to include in the scrolling banner. To obtain the image's URL right click the image and copy the image location. When you obtain the image's URL you can now go to the website that you want to add the scrolling banner, using the text editor.

Position the cursor in the area where you want the banner to appear and type this marquee command:

<marquee>< img src ="http://www.site.com/images/picture1.gif" /><img src="http://www.site.com/images/picture2.gif" />< img src ="http://www.site.com/images/picture3.gif" /><marquee/>. The < img src ="http://www.site.com/images/picture1.gif" /> represents the URL of the images you want to add to the banner.

Related Questions