Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

using the same image on multiple pages?

hey there! i'm brand new to twine, and i've got a basic grasp on html, but not really much coding experience.

i have a story in which i'm using the same image in the same position on multiple pages. the only thing changing from page to page is the text beneath the image. currently, the entire image fades out and back in, along with the text, when you click from one page to the next.

is there any way for me to edit the code and isolate the image so it doesn't fade out and back in with the text change?

my sincere apologies if this question has been answered before... i have difficultly navigating large databases, so i wasn't able to look very far back to see if this issue has been previously resolved.

thanks very much!

Comments

  • Hmmm - I think the easiest way is to modify your story so that neither the text nor the image fade-in.

    This can be achieved in the easiest fashion by making a stylesheet, tagging it with both "stylesheet" and "transition", and adding the CSS
    .transition-out { display:none; }
    To summarise:
    undefined
Sign In or Register to comment.