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

I am still having issues

I change the things that you told me to change. htnl for html or the cotes but I still having problems, like the orange background or I don't see Nick's picture on About. Or I don't see the Twitter of Facebook icon on About http://port-80-3jxreqo3zw.treehouse-app.com/ my code https://w.trhou.se/vd98azkhn4 https://w.trhou.se/2bsr7cey5i Thank you for your hlep.

1 Answer

On line 26 of the about.html file you misspelled "img" as "ing" unless "ing" is actually the file path. That should fix Nick's image showing up.

Stay strong, it can be frustrating at times, but you need to look over your code and spot the mistakes. Computers are stupid and only understand what you want if you speak exactly the correct language (it's like talking to a grammar nazi). I know you can do it, it just takes patience sometimes.

You can use validators that may help point you in the right direction. Some good ones would be: https://jigsaw.w3.org/css-validator/ https://validator.w3.org/

Go over your code again, it looks like the vast majority is correct but I'm sure you'll find a few other minor errors. Correct the errors and you shouldn't have a problem.