Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Creating HTML Content Add Image Gallery Content

caner taşan
caner taşan
2,583 Points

ı did all thing ı have to do for image but the image just empty i dont know why pls help

ı did all thing ı have to do for image but the image just empty i dont know why pls help

9 Answers

Feisty Mullah
Feisty Mullah
25,849 Points

Hi Caner, You put :(colon)instead of = (equal sign) after href and you should change number to numbers into all your images. This is your code. <a href:"img/numbers-01.jpg"> this should be in all your images <a href="img/numbers-01.jpg">

caner taşan
caner taşan
2,583 Points

oh! Thank you so much! Finally i did it.

Feisty Mullah
Feisty Mullah
25,849 Points

could you copy and paste or screen shot your codes so we can figure out the issue

Feisty Mullah
Feisty Mullah
25,849 Points

I can see that you forgot to put a (s) in all number-jpg <a href:"img/number-01.jpg"> try putting (s) in number will probably solve your issue.

caner taşan
caner taşan
2,583 Points

ı actually dont understand this did u mean this ? https://w.trhou.se/ibw1fial9i

Feisty Mullah
Feisty Mullah
25,849 Points

yes, but you need to do this in all jpg.

Feisty Mullah
Feisty Mullah
25,849 Points

this is your code. <a href:"img/numbers-jpg(01)"> <img src:"img/numbers-jpg(01)" alt="">

but you need to do like this <a href="img/numbers-01.jpg"> <img src="img/numbers-01.jpg" alt="">

caner taşan
caner taşan
2,583 Points

ı wrote this but it didnt work actually

https://w.trhou.se/n51pvy6dln