Does anyone know how I can get a marquee to work? I keep trying and I'm using the right code but it doesn't show all of my pictures going by, it only shows about 3 and there are 6. is there any other code for a marquee that I can use?
(on myspace, if that helps)
[ Answer this question ] Want to answer more questions in the Technology category? Maybe give some free advice about: Internet & Web Design? thisismydance answered Tuesday February 28 2006, 1:50 pm: im going to teach you the simple version of what your trying to do.
heres a marquee code:
<marquee></marquee>
what your going to do it put the image codes in the marquee code. ok?
i assume you have the image URL's and if you dont... you should go to www.imageshack.us and get image URL's for them then...
you up the URL in this image code.
<img src="IMAGE URL HERE">
so your end result will look like this
<marquee><img src"URL"></marquee>
you can put as many codes in there as you need. if you want you can put "speed="1-10"> in with the <marquee> part of the code to make it faster or slower. and "direction="right, left, up or down"" to make it go right, left, up or down. in the same front part of the marquee code.
so if you wanted it to go at 3 speed to the right your code would look like this
<marquee speed="3" direction="right"><img src="URL"></marquee>
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.