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

banner
Close banner
0 points
over 10 years

Why isn't my image in link working 12/13

What am I doing wrong???

Images and links
Good work! Let's make sure you really understand images and links before we move on to the review.

Instructions
Between the <body> tags, add two images using the <img> tag. One should be a link; the other should not. The link can go anywhere you want.
After your two images, create a link that's just a line of text. It can link anywhere you want.


<!DOCTYPE html>
<html>
    <head>
        <title></title>
    </head>
    <body>
         <a href="http://images6.fanpop.com/image/photos/34300000/NARUTO-SHIPPUDEN-naruto-shippuuden-34326791-1022-569.jpg"><image src="http://2.bp.blogspot.com/-P3htk3XRboQ/UjVout5Dy_I/AAAAAAAAALA/tw77Md_3qR8/s400/konoha-naruto-shippuden-by-animeranmalatino-on-deviantart-fotoku.info.jpg"/></a>
    </body>
</html>

Answer 525df7d380ff33e617000f49

0 votes

Permalink

i could be wrong but it looks like you have the command tag going to what looks like an image ??? i don’t know if that would be a problem :S

it also looks like you have an extra ‘>’ after your command tag. This is what i did and it seemed to work.

<a href="http://www.puppy.com.au/"  
<img src="http://images1.fanpop.com/images/photos/1900000/Puppy-3-dogs-1993801-1024-768.jpg"/></a>
points
Submitted by Erosha
over 10 years

2 comments

nope that extra “>” was where it should be, I’m guessing it’s just a glitch.

Lucie Ossola over 9 years

No, you should have <img instead of <image

Answer 55d2807de39efe839f00050e

0 votes

Permalink

this one worked for me

<body>
<a href="http://www.puppy.com.au/">
    <img src="http://cdn.bmwblog.com/wp-content/uploads/BMW-M3-GTS-Wallpaper-2911-655x436.jpg" /></a>
    <img src="http://cdn.bmwblog.com/wp-content/uploads/2015/08/BMW-Concept-M4-GTS-1900x1200-images-07-750x500.jpg" />
<a href = "ahahahaha"></a>	
    
</body>
points
Submitted by ypt3
over 8 years

Answer 525de313f10c605b5e00099d

-1 votes

Permalink

I have the same problem.

points
Submitted by ravi patel
over 10 years

1 comments

Ye, Im not sure what going on. I even tried to turn the picture into a link.