Imagges not showing up?

4 replies
  • WEB DESIGN
  • |
Hi All
I got a MRR package and uploaded the index file and images to my cpanel, but when I go and look at my site none of the images will show up?? anyone have a clue what I'm doing wrong.
Appreciate any suggestions
#imagges #showing
  • Profile picture of the author JamesLennon
    you need to check the HTML and make sure the references to the images are the same as the path that you have uploaded to
    {{ DiscussionBoard.errors[8028762].message }}
    • Profile picture of the author BostonDave
      Thanks James I'll take a look at that
      {{ DiscussionBoard.errors[8028841].message }}
  • Profile picture of the author SmallBizWebsites
    Most web servers are case sensitive, except for IIS which doesn't care. Make absolutely sure that you capitalize the image and path you reference in HTML ExACtLy the same way as the image path and file name exists on the server.

    In other words, if you saved your picture in a folder called pix and the image is called photo.jpg, you will not retrieve it by using /Pix/Photo.JPG.

    It is always good practice to use lower case path names and file names.
    {{ DiscussionBoard.errors[8028844].message }}
  • Profile picture of the author yanl
    Good way to trouble shoot is to use a tool like firebug(firefox) or google chrome. Visit the website and right click on the missing image. Click on "inspect element".
    {{ DiscussionBoard.errors[8033865].message }}

Trending Topics