This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Rich Girou
over 10 years

TRY again

<img src ="http://LocalHost\C:\Users\Rich\Pictures\molly quinn"/>	

<a href="http://s3.amazonaws.com\"><img src="codeacademy\my-blog\assetsf3a16fb6.jpg" /></a>

Sorry! The paste is not showing

Answer 5290038c80ff334ad60001de

0 votes

Permalink

hi Rich,

Every time you see <a img src = you know it is going to be an image. An image is a file that ends in .jpg or .gif or . png or .tiff. Very rarely you will see an image that does not end with one of these extensions.

Every time you see a <a href=" you know it’s going to be a link.


Looking at your code above I see a problem with the first image. It does not end with one of the file extensions I just mentioned. Also, it is a path from a local computer and that will not work on the Internet.


You can use this image for testing purposes: http://i1061.photobucket.com/albums/t480/ericqweinstein/f3a16fb6.jpg

If you still have problem please paste the whole code and the lesson number as well as the exact error message. Thanks

p.s. You slashes on the second image with a link are reversed. On the Internet they should be forward instead of backward.

points
Submitted by tony de araujo
over 10 years