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

ı 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

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">

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

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

https://w.trhou.se/3whzm28wg1

you can see there my codes

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.

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

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

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="">

ı wrote this but it didnt work actually

https://w.trhou.se/n51pvy6dln