picture slideshow, what the code for a picture slideshow |
![]() ![]() |
picture slideshow, what the code for a picture slideshow |
Apr 27 2005, 05:59 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Apr 2005 Member No: 131,440 |
can some one please give me the html code to do a picture slideshow and explain how to set the whole thing up thanks a bunch
|
|
|
|
| *AngelicEyz00* |
Apr 27 2005, 07:35 PM
Post
#2
|
|
Guest |
slide show as in using a marquee?
|
|
|
|
Apr 28 2005, 03:26 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Apr 2005 Member No: 131,440 |
yea i don't kno how to do a marquee either
|
|
|
|
| *AngelicEyz00* |
Apr 28 2005, 03:42 PM
Post
#4
|
|
Guest |
okay. Well, first you would have to upload your pictures to an online host. Try http://www.photobucket.com
Then you would use a code like this. CODE <marquee behavior=LEFT> <img src="HTTP://URL.OF/PIC.JPG"> <img src="HTTP://URL.OF/PIC.JPG"> <img src="HTTP://URL.OF/PIC.JPG"> </marquee> you can change the "behavior" to left, right, up, down, bounce, etc. And you's replace the HTTP links with your own links to your pictures. |
|
|
|
Apr 28 2005, 05:12 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Apr 2005 Member No: 131,440 |
thanks it works. um how do u get words to move across the screen in a marquee?
|
|
|
|
Apr 30 2005, 04:45 PM
Post
#6
|
|
![]() I need you just as much as you need her ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 723 Joined: Dec 2004 Member No: 72,175 |
You use that code up there but instead of links you put word.
example: <marquee behavior=LEFT>Words here</marquee> & you can change the direction too. Left, right, up down. |
|
|
|
May 3 2005, 09:19 PM
Post
#7
|
|
![]() i really wanna say those three little words.. <3 ![]() ![]() ![]() ![]() Group: Member Posts: 241 Joined: Feb 2005 Member No: 99,636 |
i tried making it go up but when i put UP in the behavior it still goes the same way.. what am i doing wrong?
|
|
|
|
Jun 1 2005, 08:41 AM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 74 Joined: Jun 2005 Member No: 146,847 |
you know what i do, i do this:
<marquee DIRECTION="UP">TEXT GOES HERE</marquee> instead of behavior, i used DIRECTION. try that! It should work. |
|
|
|
![]() ![]() |