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 trialChase Miller
Full Stack JavaScript Techdegree Student 1,330 PointsMy image will not load on the resume page. Only showing alt info for some reason
For some reason, I can not load an image placeholder on my resume page. I have tried on both Safari and Chrome. The page will only show the alt info with a broken picture of a paper sheet. Any advice or suggestions will be greatly appreciated. Thank you!
Here is a snapshot of my code in workspace so far: https://w.trhou.se/uf7chz30hs
1 Answer
Steven Parker
231,198 PointsIn "resume,html" on line 8, the attribute is "scr" but it should be "src" (abbreviation for "source").
Chase Miller
Full Stack JavaScript Techdegree Student 1,330 PointsChase Miller
Full Stack JavaScript Techdegree Student 1,330 PointsI see! Awesome, thank you for the help!
ethan marr
2,275 Pointsethan marr
2,275 Pointsthank you