Help with background image....AGAIN!
minecraftpsyco99
02 Mar 2016, 15:53SO if you've seen my FNAF game I published, you can see that I've sorted out the problem with Background images. I'm working on another game right now, and I need a flashing background for it (Epilpsy Warning!) So I copied and pasted the code I used for the background, changed the url of the image but It keeps telling me that there's an unexpected Identifier....
Here's the Code:
I got the code for it from an Html site and it worked before, but won't now!
Please Help!
Here's the Code:
<div style="background-image:url(http://img-cache.cdn.gaiaonline.com/a6d5335937d37400144223c8226a61cc/http://i91.photobucket.com/albums/k284/ilikelimbo/flashing.gif);width:220px;height:140px;color:black;font-size:18px;">
This text appears in front of the background image.
</div>
I got the code for it from an Html site and it worked before, but won't now!
Please Help!
minecraftpsyco99
02 Mar 2016, 19:11I've tried the code in other html sandboxes and it works there......but why won't it work here?