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 Adding Pages to a Website Add a New Page

Trouble seeing my picture on the About page.

I've been watching this video intently, ensuring I've written code correctly and I see no fault. When I look on the about page, I don't the image itself, I simply see the file, followed by "photgraph of Luke Haddad".

my snapshot: http://w.trhou.se/nf1wp2nqeb

Roy Penrod
Roy Penrod
19,810 Points

Something went wrong when you were linking to your workspace. There's nothing for us to see at the end of the link.

Here's a post I found explaining how to link workspace snapshots in case it helps.

Vladimir Melnychenko
Vladimir Melnychenko
1,689 Points

I can't see your code, but my issue, for some time, was that I wrote <code><img rsc=""></code> instead of <code><img src=""></code> and I didn't see what was wrong and why the image didn't display. Check it :)