Jump to content

one question


smiles

Recommended Posts

This is more of an HTML question AFAIK. Now are you wanting to marquee one image at a time? So an image moves across ur screen, then when it starts again a second image is shown. If so then I am not sure. But if you just want it to have a continuous loop of images directly one after another just keep adding the <img src> code one after anotehr in the marquee code.

Link to comment
Share on other sites

Yes, this is an html question.<marquee><img src="img1"></img><img src="img2"></img><img src="you get the idea"></img></marquee>

I realize half this forum wouldnt ever do this but if you wanted to do 1 pic at a time and have the time to mess with this you could add spaces in between pics to make 1 scroll at a time (space = ), or at least make it look like it was 1 at a time, as long as when yo go to a site there are no errors and everything looks the way you want it, who cares what the code really looks like?
Link to comment
Share on other sites

How about making <img> tags, and formatting them with a rightmargin of 1024px (standard screenwidth) - image width. I think that's an easy way of making it look like you're putting one image after another. Adding spaces with   is just too difficult, and takes a lot of space in your code...

Link to comment
Share on other sites

  • 1 year later...

This looks like spam to me. This user only has one post, and I saw this exact same text in the Javascript forum, apparently from a different user, probably also his first post. This is the other thread:http://w3schools.invisionzone.com/index.php?showtopic=15578It looks like a lot of the content on that site (including the little "home" icon) were taken from w3schools.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...