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 Social Media Links

Janise Bradford
Janise Bradford
5,664 Points

Adding links to footer

Keeps coming up as error.

Using brand new code....still not working.

Can someone please help me out?

Brand new code:

The image files are inside of the image folder for the project.

PROBLEM SOLVED!!! In case someone else stumbles upon this same problem:

You've go to use the images that they are asking for in the question. When I tried using other images, repeatedly it would't work, but when I just added an http address using the logo's mentioned in the question, I was successful in passing the challenge.

Janise Bradford
Janise Bradford
5,664 Points

I'm having problems adding my html to the discussion area. Is there a special way to add this code to my question?
When I click on edit I can see the code but when I go to view my question it's not visible.

Thanks!!

**Did get code pasted in forum*

3 Answers

Lauren Clark
Lauren Clark
33,155 Points

Janise it might be that the path to the image in

<img src"img/your-image">

is wrong somehow. Check the image is in a folder called 'img' in your files if it's not, and it's just in the root of the directory, it won't be found, you'll need to remove the img/ part before the image file name if so.

Try it with a hosted image from somewhere else with an absolute link like http://google.com/image and see if it works because the rest of the code looks fine.

Janise Bradford
Janise Bradford
5,664 Points

Hi Lauren, Your comment was very helpful. I found that the images were not in the img folder, so I did correct that. I still can't get it to work though. I'm going to try the other solution that you recommended as well at the google url that you suggested.

Thanks again,

Janise

Thomas Jones
Thomas Jones
1,951 Points

If the image isn't located inside of the img folder you can always drag it into the folder you have designated in your code and that may solve your problem as well.

Janise Bradford
Janise Bradford
5,664 Points

Thanks Thomas, This was part of the issue. I did correct this, but still can't seem to make it fly.

Janise