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 Build the Footer

my footer isn't showing up and 2 of my images do not show up

I feel like all of my code is right but my footer wont show up and pictures 12 and 6 will not show up either. Also when I click on the pictures it takes me to a broken page.

Here is my code:

I dont know how to put my code up their either

<img src="img/numbers-02.jpg"> <footer> <img src="img/twitter-wrap.jpg"> </footer>

2 Answers

Ben Dietrich
Ben Dietrich
8,287 Points

Grant, use the markdown cheatsheet (found directly under the add an answer textbox) to add your code.

In case you cannot locate it, follow these instructions: Code

  • Wrap your code with 3 backticks (```) on the line before and after. If you specify the language after the first set of backticks, that'll help us with syntax highlighting.

        ```html
        <p>This is code!</p>
        ```
    
Ryan Bark
Ryan Bark
1,645 Points

If you're using Google Chrome with an AdBlock service it may be blocking the images as they appear as ads, i was having a similar issue with something else and this was the answer given to me it also ended up fixing my issue with the images. Try turning of your AdBlock service then review the page. Hope this helps. Good Luck