9 replies
  • WEB DESIGN
  • |
I just designed a one page website and i hosted it, but unfortunately my image didn't show. I have tried every thing i can, I reduce the picture size to 30kb but still the same. Somebody pls help me out....
#urgent
  • Profile picture of the author wfcheapseo
    Please PM me your site URL.

    Thanks
    {{ DiscussionBoard.errors[4370568].message }}
  • Profile picture of the author mywebwork
    Could you possibly post the URL so we can take a look at it?

    The most likely cause of this is simply that you have your IMG tag set incorrectly. When you view the site right-click the empty image and choose properties. Then look at the URL it is pointing to.

    Now copy the URL and paste it into a new browser tab. I'll bet you don't see an image but get a "file not found" error instead. If that's the case then all you need to do is either correct the IMG tag "src" parameter or move the image to the correct location.

    Just a guess mind you, without a URL we really can't say for sure.

    Bill
    {{ DiscussionBoard.errors[4370819].message }}
  • Profile picture of the author warrior1985
    htmldog is a good resource of images
    {{ DiscussionBoard.errors[4370954].message }}
  • Profile picture of the author ghrkhan
    Make it a bit more simple...
    {{ DiscussionBoard.errors[4373620].message }}
  • Profile picture of the author majurski
    Try change the .JPG to .jpg , or check the server settings, you may have some wrong permissions.
    {{ DiscussionBoard.errors[4373717].message }}
  • {{ DiscussionBoard.errors[4380183].message }}
    • Profile picture of the author Steven Dybka
      How exactly are you uploading the images,are the images on your server and what folder are you putting your images in.


      Steve
      Signature

      {{ DiscussionBoard.errors[4380382].message }}
  • Profile picture of the author wfcheapseo
    Hi,
    You did it with wrong way.

    HTML Code:
    <img src="file:///C:%5CUsers%5CDRLING%7E1%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_image004.gif" alt="2011-07-29_0104.png" v:shapes="Picture_x0020_0" height="227" width="624">
    the right way is

    HTML Code:
    <img src="your image folder name/your image name" alt="2011-07-29_0104.png" v:shapes="Picture_x0020_0" height="227" width="624">
    Example:
    HTML Code:
    <img src="images/first.jpg"  alt="2011-07-29_0104.png" v:shapes="Picture_x0020_0" height="227"  width="624">
    Try to do it like above. Thanks
    {{ DiscussionBoard.errors[4380343].message }}
  • Profile picture of the author mywebwork
    wfcheapseo has hit the nail on the head - you developed this on your Windows workstation didn't you? And you used the absolute path to the images, instead of a relative path like he has shown you.

    That's all your problem is, you now have the solution. Suggest you give thanks to wfcheapseo!

    Bill
    {{ DiscussionBoard.errors[4380717].message }}

Trending Topics