quick question abt images

I know how to place images in my code, but how do people do the lines of images that rotate? (like when they go in a line and loop back around)

its hard to explain but I hope I did well enough

if anyone knows, thank you so much and pls tell me !!


2 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Amnasia

Amnasia's profile picture

WAIT DO U MEAN MARQUEE?? IT LOOKS LIKE THIS:


ur pics


if yes then u just put this code (delete the spaces at the beginning and the end of words)

< marquee >
ur pics
< /marquee >

if u dont want the blank space between ur first and last photo, use this:

< marquee direction="left" behavior="alternate" >
ur pics
< /marquee >

it will make the photos go in the opposite direction every time they reach the end, so it will look like this:


ur pics


Report Comment