Results 1 to 3 of 3

Thread: Email Riddler Image help, not loading

  1. #1
    Join Date
    Sep 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Email Riddler Image help, not loading

    1) Script Title: email riddler

    2) Script URL (on DD): http://www.dynamicdrive.com/emailriddler/

    3) Describe problem:
    Hi there,

    I'd like to use the email riddler on my site with an inage, but the image will not load up. I've double checked to make sure all capitals were on or off according to image/folder title, spelling and location correct, and have made the page 'live' to test the browser on a sample page. In the test run, I've just used the same image and image name as on the email riddler form page (letter.gif), and put the image in the Images folder. A rectangular placeholder with the x shows up. Obviously I'm doing something wrong, so any help would be appreciated, I just can't find it. Thanks.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Inside your pasted code, find the line:

    Code:
    document.write('<a href="mailto:'+encryptedemail_id75+'"><img src="yourimage.gif" alt="Email Us" /></a>')
    Just make sure to replace "yourimage.gif" with the complete URL to the desired image, for example: http://www.mysite.com/somefiles/yourimage.gif. Verify that this URL is valid (image shows).

  3. #3
    Join Date
    Sep 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks!!

    Thanks! I just had in the code line "Images/*.gif" and now updated to include full url for image, works perfect now. I appreciate 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
  •