I am new to Twine and need to know how to add background images to my story/game. I am using the online version of Twine. I did not download the actual Twine "software" because I am at school now and not working on my home computer. Please let me know how I can add backround images with the online version of Twine.
Comments
With your Twine 2 story open in your browser, click the Twine menu in the lower-left corner, then click Edit Story Stylesheet.
Try pasting the following code:
body {
background-image: url("http://www.zingerbug.com/Backgrounds/background_images/purple_smiley_faces_background_seamless.jpg"
}
Change the URL of the image to whatever online image you wish to use.
Hope that helps!
That post explains more fully, but you'd give the passage that you want to have the image a tag of something like 'background' and then change the css to
ETA: It does work, thank you. Had some poorly named tags.