Results 1 to 6 of 6

Thread: help with falling snow stuff... please!

  1. #1
    Join Date
    Dec 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question help with falling snow stuff... please!

    help with falling snow stuff... please!

    im new to this stuff so sorry if i sound really rubbish at it.
    well i want to add the snow effect its on this page.... http://www.dynamicdrive.com/dynamicindex3/snow.htm

    but i cant figure out where to put the text saying what image i have uploaded (snow3.gif). if anyone understands it please help. thanks for reading x

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Code:
      //Configure below to change URL path to the snow image
      var snowsrc="snow.gif"
    Change snow.gif to the URL of the image you have uploaded.

    -cr3
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Dec 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    still doesnt work i tried putting in .. "C:\Documents and Settings\Owner\My Documents\My Pictures" but never happend then adding the snow3.gif on the end and stil nothing happening but a square box with an x on it (the ones if the thing is missing) is appearing.
    thankyou for your help though

  4. #4
    Join Date
    Mar 2005
    Location
    Hampshire England
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Store the snow giff in the same file as your page and change snow.gif to snow3.gif as above. If your store it in another file such as images change name to images/snow3.gif.

    Worked fine on my webpage and I'm a total retard when it comes to HTML!
    Last edited by NitroNick; 12-23-2005 at 04:03 PM.

  5. #5
    Join Date
    Dec 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Im using piczo and it works by uploading pictures or something like that so it doesnt have a file specificly for the webpage. thanks for your help though.

  6. #6
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem with falling snow in New Blogger

    Quote Originally Posted by cr3ative View Post
    Code:
      //Configure below to change URL path to the snow image
      var snowsrc="snow.gif"
    Change snow.gif to the URL of the image you have uploaded.

    -cr3
    I learn HTML from http://w3schools.com, have some experience with CSS and have pasted HTML/Javascript into Blogger both direct in the template as well as via "Add a Page Element" widget in their Layout with no problems. However, I know nothing of DHTML dynamic script and do not know if it is compatible with New Blogger which uses XHTML.

    I have tried to implement the falling snow effect in this test blog
    Testing Falling Snow
    but could not preview or save the change in the template. Error message:

    Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: The entity name must immediately follow the '&' in the entity reference.

    This is what I have done. I have copied the script into Notepad, use "Find" to locate "snowsrc" then changed what was instructed into:

    var snowsrc="http://bp0.blogger.com/_1354hN3vRng/RnEnhhejhlI/AAAAAAAAAFM/kM94kEIDQAg/s1600/snow.gif"

    I then copied the altered script, pasted it into the template editor, but as mentioned above, did not succeed.

    Is this script compatible with Blogger or did I do something wrong?

    Thanks for any responses and help rendered.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •