Why does a red x show up in HTML instead of my picture?

I copied a picture from Google and saved it in the c drive but when i put the URL in the html code it show up as a red x. The background does not even show (i only have one drive in my computer)

Public Comments

  1. You must check that the adress of the image is perfectly written, and that the format of the image is the right one (.gif). Try using the internet adress of the image, or check the folder name in which the image is saved. It can only be that.
  2. The image link might be broken. Check the address carefully.
  3. Because you haven't saved it onto the internet. If you have it saved to a directoy on your computer and the html file is saved in that same directory then you just need to add src="name of image.jpg" in between <> if not then you need the path to the directory usually src="images/name of image.jpg" in between<> First thing I suggest is uploading the image to someplace online.
Powered by Yahoo! Answers