Results 1 to 7 of 7

Thread: picture not loading

  1. #1
    Join Date
    Jul 2006
    Posts
    27
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default picture not loading

    i have created a site which contains photos , flash animations , text ... wen i open my site in internet explorer the pictures in my site are not loading but flash animations are loading. i have created my site with 110mb.com which supports php etc. ALSO how to block an ip address from accessing my site.

  2. #2
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    can u provide us with a link to ur site so that we can see the problematic link? tnx

  3. #3
    Join Date
    Jul 2006
    Posts
    27
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    hariprasadb.110mb.com. pls help

  4. #4
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    where are the pics located in 110mb.com?

    coz i tried looking for them they are not where they are supposed to be

    contact/Hariprasad/GOIM001.GIF or Hariprasad/GOIM001.GIF ?

  5. #5
    Join Date
    Jul 2006
    Posts
    27
    Thanks
    7
    Thanked 0 Times in 0 Posts

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    You images are not in the right folders and you are not calling themby the right names.

    Lets look at your gif image that says "This site maintained by..."


    The image name itself is GOIM001.gif

    You call it in your page as /Hariprasad/GOIM001.GIF

    Notice the difference between the ".GIF" and ".gif"

    The second problem is your images are in a folder called "Hariprasad" and that folder is in another folder called "contacts"

    So your link SHOULD look like:

    <img src= /contacts/Hariprasad/GOIM001.gif>

    Make sure the caps and the locations match your images
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  7. #7
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    yeah change all *.GIF's, to small letters GOIM001.GIF should GOIM001.gif and ur site is fine as long as the pics not loading are concerned

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
  •