Heres the HTML for the slideshow marquee on my profile :D
<marquee>
<img src="(insert photo link)" width="200" height="200"/>
<img src="(insert photo link)" width="200" height="200"/>
</marquee>
you can use an image hosting website like https://imgbb.com/ to get working links for your image, upload the pictures you want and use the HTML link, you need the image source code. it should look something like this:
<img src="https://i.ibb.co/KpWzgfFX/Screenshot-20250426-130955-Spotify.jpg" alt="Screenshot-20250426-130955-Spotify"/>
When you're using the layout above, don't include the "<img src=" inside the parentheses, just the link. it should look like this when you're done.
<marquee>
<img src=""https://i.ibb.co/KpWzgfFX/Screenshot-20250426-130955-Spotify.jpg" alt="Screenshot-20250426-130955-Spotify" width="200" height="200"/>
</marquee>
I don't know if any of that made sense but oh well
Comments
Displaying 0 of 0 comments ( View all | Add Comment )