I want to add scrolling web picture to a website, need help

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

I want to add scrolling web picture to a website.

Can someone help me with the marquee code, I mean which name of the picture to be added in html code.

And can I add more than one picture in this code?

<marquee>pictures here</marquee>

SHARE
Best Answer by Peter A May
Best Answer
Best Answer
Answered By 10 points N/A #170126

I want to add scrolling web picture to a website, need help

qa-featured

Hi Aaron R Ponder,

You can use the marquee code for slide show of images and text also. Yes you can run images or texts up to down, down to up, left to right and right to left. You mention that “which name of the picture to be added in html code”. You should add those pictures name which will be scrolled at your website. Mind it pictures name must be same with your code where you write the picture name. Both html file and pictures must stay in the same folder. You can also add more than one picture in your code .

Here I am attaching a code for you-

<marquee><img src= "1.jpg" width="50px" height="50px"/>&nbsp;<img src= "2.jpg" width="50px" height="50px"/>&nbsp;<img src= "3.jpg" width="50px" height="50px"/></marquee>

I have attached here 1.jpg, 2.jpg bla bla. You should attach here your desirable picture name which will be scrolled at your website.

Good luck

Answered By 50 points N/A #170127

I want to add scrolling web picture to a website, need help

qa-featured

Hello,Aaron R Ponder

Hope you are fine. I think I can give you a solution.

So don’t worry.

Actually you have to put the name of the image on your desktop at the place written as “pictures here”.

An example will make you better understand.

Hope you will get your answer.

 

Answered By 0 points N/A #170128

I want to add scrolling web picture to a website, need help

qa-featured

You can use this Link to get the scrolling image in your website.

You can use multiple image to scroll and when mouse cursor is over the image it pauses. 

With marquee code you can scroll the picture left-right and up-down, you can make it by using marquee generator

Related Questions