• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone know how to do this with HTML?

I have a GIF picture on a page. Then I want to have a link (or button) that, after people click it, that original GIF picture will switch to another GIF picture of the same size (without changing the page).

Does anyone know how to do it?

Thanks.
 
Yeah, you need to use javascript. I don't have time to look it up right now, but someone in the software forum will be happy to help you
 
without using a script you could use multiple html pages that are exactly the same with only the picture changed. Then all you need to do is some creative linking...
 
Originally posted by: OffTopic

<a href= xxxxxxxxxxxxxxx ><img src= xxxxxxxxxxxxxxxx >


But that will change the page to another one. I just want that particular picture to change to another one while the rest of the page stay the same.
 
Originally posted by: mugs
Yeah, you need to use javascript. I don't have time to look it up right now, but someone in the software forum will be happy to help you

I think I need that. Let me go find it.

Originally posted by: JoeKing
without using a script you could use multiple html pages that are exactly the same with only the picture changed. Then all you need to do is some creative linking...

I considered that but it doesn't work well if the two pages are not aligned e.g. the user moves it.
 
Back
Top