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 trialcaner 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
25,849 PointsHi 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
2,583 Pointsoh! Thank you so much! Finally i did it.
Feisty Mullah
25,849 Pointscould you copy and paste or screen shot your codes so we can figure out the issue
caner taşan
2,583 Pointsyou can see there my codes
Feisty Mullah
25,849 PointsI 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
2,583 Pointsı actually dont understand this did u mean this ? https://w.trhou.se/ibw1fial9i
Feisty Mullah
25,849 Pointsyes, but you need to do this in all jpg.
Feisty Mullah
25,849 Pointsthis 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
2,583 Pointsı wrote this but it didnt work actually