Results 1 to 4 of 4

Thread: Snow effect

  1. #1
    Join Date
    Feb 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Snow effect

    1) Script Title: Snow effect

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/snow.htm

    3) Describe problem: Not finding the image.

    http://www.briarpatchkennel.com/litters.html

    I know it is to do with the path to the picture but I no matter what I tried I can't get it to work.

    I currently have my snow.gif in the images folder.

    Can someone have a look and point me in the right direction?

    Thanks

  2. #2
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.briarpatchkennel.com/publ...mages/snow.gif doesn't exist, where did you upload snow.gif to? public_html shouldn't be in the url at a guess.

  3. #3
    Join Date
    Feb 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The snow.gif is uploaded to my images folder.

    /public_html/images

    This is what I have in the URL path in the script, but I'm not even sure I have the path in the correct spot.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    public_html usually is a folder on the server, not one on the internet. But I'm not finding the image in:

    Code:
    http://www.briarpatchkennel.com/images/snow.gif
    either.

    I found it, it is:

    Code:
    http://www.briarpatchkennel.com/images/snow3.gif
    So you should have:

    Code:
     var snowsrc="/images/snow3.gif"
    in your source code.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •