Results 1 to 7 of 7

Thread: little red crosses

  1. #1
    Join Date
    Nov 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile little red crosses

    Hi there I am very new to the scripts thing and I would like to put some flying animations onto my web site, i was trying to put the cupids on, but all I get is wee red crosses, so my question is how do i get the chosen picture to come up on the page? do I have t link it to a place on my computer or do i have to enter it into the script if so how do i do this?
    i am sorry if this is a sad question but I am just learning.

  2. #2
    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

    1 ) Is your page live and you are having this problem even though it works OK in a local demo?

    OR

    2 ) Is even your local demo giving you these red x's?

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
    PLEASE: Include the URL to your problematic webpage that you want help with.

    This may be of help if it is the first problem:

    Filenames and paths on the web are case sensitive, not so on your local machine. Make sure your images are on the server and that their paths and filenames listed in your code match exactly their location on the server, including upper and lower case letters, ex:

    Image.jpg

    image.jpg

    image.JPG

    IMAGE.JPG

    and

    IMAGE.jpg

    are all different on the web, not so locally.
    - John
    ________________________

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

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

    Default

    hi there, I have not published my site yet I am just looking at it the page preview, i am a total novice when it come to this but i love the effect of things flying arround my home page.

    Please can you give me instructions on how to add the picture.

    Thanks
    Deniese

  4. #4
    Join Date
    Nov 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Script: Snow
    http://www.dynamicdrive.com/dynamicindex3/snow.htm


    OK...I hope I formatted that right. Here's my question:
    Does the image have to be on my OWN site, or can it be hosted, say, on imageshack or other such sites? I am wanting to use it on a message board that is NOT on a website that I own. I can get the script to work, but not with the picture, just "the little red crosses," as Denise put it.

    Here's the testsite I'm using to try it out:

    http://webclass.suddenlaunch3.com

    Thanks in advance for your help.

  5. #5
    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

    Quote Originally Posted by AaronT
    Does the image have to be on my OWN site, or can it be hosted, say, on imageshack or other such sites?
    Most likely that will be fine. Just use the full path to the image:

    Code:
      //Configure below to change URL path to the snow image
      var snowsrc="http://www.imageshack.com/snow.gif"
    Use the exact path and name of the image as it is on the image host.

    Quote Originally Posted by denieset32
    hi there, I have not published my site yet I am just looking at it the page preview, i am a total novice when it come to this but i love the effect of things flying arround my home page.

    Please can you give me instructions on how to add the picture.
    Put the image(s) in the same directory as your page and in the script where it says to name the image(s) put the name(s). You haven't told me what script you are using, denieset32, so I cannot be more specific.
    - John
    ________________________

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

  6. #6
    Join Date
    Nov 2005
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i just think that you should change http://www.imageshack.com/snow.gif to whatever the link of the image is...

  7. #7
    Join Date
    Nov 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Whoa...this is scary...I actually got it to WORK

    YIPPEE!!!

    Thanks for your help!

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
  •